Skip to content

Commit 4bc9ac4

Browse files
authored
feat: add CSS variables (#2913)
1 parent c249ef7 commit 4bc9ac4

3 files changed

Lines changed: 471 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
"prettier-fix": "yarn prettier --write",
236236
"fix-staged": "lint-staged --config .lintstagedrc.fix.json --concurrent 1",
237237
"start": "tsc --watch --sourceMap --declarationMap",
238+
"start:css": "sass --watch src/styling/index.scss dist/css/index.css",
238239
"prepare": "husky install",
239240
"preversion": "yarn install",
240241
"test": "jest",

src/styling/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
@use "./variables.css";
12
@import 'modern-normalize' layer(css-reset);

0 commit comments

Comments
 (0)