aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 22:49:17 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 22:49:17 +0100
commit892858567f0b5bc8719801bacd1e81d4334c2c7e (patch)
treef34d01b0ee1d27461f7f130fb287fe7a21c69619 /package.json
parentf616d8f24e96c3f400d47a9f0ecc2af70d4694d4 (diff)
feat(style): simple card
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 20a2d20..7b199d3 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,10 @@
"name": "now",
"module": "index.ts",
"type": "module",
+ "scripts": {
+ "build-sass": "sass --no-source-map --style=compressed scss/main.scss dist/styles.css",
+ "watch-sass": "sass --watch scss/main.scss dist/styles.css"
+ },
"devDependencies": {
"@types/bun": "latest"
},
@@ -9,7 +13,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
- "normalize.css": "^8.0.1",
+ "reset-css": "^5.0.2",
"sass": "^1.80.6"
}
} \ No newline at end of file