Skip to content

Commit 901c31a

Browse files
committed
cleanup: rename color to colors to avoid conflicts
1 parent 0966184 commit 901c31a

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@csstools/normalize.css": "^12.1.1",
2121
"inter-ui": "^4.0.2",
2222
"non.geist": "^1.0.3",
23-
"sass": "^1.79.3"
23+
"sass": "^1.87.0"
2424
},
2525
"scripts": {
2626
"docs:dev": "pnpm --filter=./docs dev",

pnpm-lock.yaml

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@use "common";
1010
@use "medias";
1111
@use "typography";
12-
@use "color";
12+
@use "colors";
1313
@use "variables";
1414

1515
/* Components */

0 commit comments

Comments
 (0)