Skip to content

Commit b50d061

Browse files
chore: make the linter happy
1 parent 5d2b4e8 commit b50d061

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

1st-gen/tools/styles/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@
108108
"!stories/",
109109
"!test/"
110110
],
111+
"sideEffects": [
112+
"./**/*.css"
113+
],
114+
"dependencies": {
115+
"@spectrum-web-components/base": "1.10.0",
116+
"lit": "^2.5.0 || ^3.1.3"
117+
},
111118
"keywords": [
112119
"design-system",
113120
"spectrum",
@@ -120,14 +127,7 @@
120127
"component",
121128
"css"
122129
],
123-
"dependencies": {
124-
"@spectrum-web-components/base": "1.10.0",
125-
"lit": "^2.5.0 || ^3.1.3"
126-
},
127130
"customElements": "custom-elements.json",
128131
"deprecationNotice": "Color 'lightest' and 'darkest' are deprecated. Spectrum Vars token files (all-*.css, theme-*.css, scale-*.css, core-global.css) are deprecated in favor of Spectrum Core tokens. These deprecations will be removed in a future release. See the Spectrum Core tokens migration guide for help migrating.",
129-
"sideEffects": [
130-
"./**/*.css"
131-
],
132132
"style": "all-medium-lightest.css"
133133
}

0 commit comments

Comments
 (0)