Skip to content

Commit 3dde923

Browse files
committed
...
1 parent 119254a commit 3dde923

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1633
-897
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"Bash(pushd:*)",
3636
"Bash(yarn --cwd \"D:/Code/CxJS/cxjs/homedocs\" check-types)",
3737
"mcp__playwright__browser_evaluate",
38-
"mcp__playwright__browser_resize"
38+
"mcp__playwright__browser_resize",
39+
"Bash(wc -l \"D:\\\\Code\\\\CxJS\\\\cxjs\\\\packages\\\\cx\\\\src\"/**/*.scss)",
40+
"Bash(git grep:*)"
3941
],
4042
"deny": [],
4143
"ask": []

docs/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ if (production) {
3131
options: {
3232
sassOptions: {
3333
quietDeps: true,
34-
silenceDeprecations: ["import", "global-builtin"],
3534
},
3635
},
3736
},
@@ -102,7 +101,6 @@ if (production) {
102101
options: {
103102
sassOptions: {
104103
quietDeps: true,
105-
silenceDeprecations: ["import", "global-builtin"],
106104
},
107105
},
108106
},

gallery/config/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ module.exports = (production) => ({
7373
sourceMap: !production,
7474
sassOptions: {
7575
quietDeps: true,
76-
silenceDeprecations: ["import", "global-builtin", "color-functions", "slash-div"],
7776
},
7877
},
7978
},

0 commit comments

Comments
 (0)