Removed sass

This commit is contained in:
Leon Meier 2023-05-20 22:02:49 +02:00
parent 524feee54d
commit 259ec997c8
4 changed files with 1 additions and 14 deletions

View File

@ -4,7 +4,7 @@
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc && sass src/sass/dashboard-mod.scss static/css/dashboard-mod.css",
"build": "tsc",
"prestart": "npm run build",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
@ -43,7 +43,6 @@
"eslint-config-prettier": "^8.8.0",
"prisma-dbml-generator": "^0.10.0",
"prisma-docs-generator": "^0.7.0",
"sass": "^1.62.1",
"typescript": "^5.0.4"
}
}

View File

@ -1,5 +0,0 @@
.magicalTriangle[aria-expanded=true] {
transform: rotate(180deg);
transition: transform 0.3s ease;
}

View File

@ -1,6 +0,0 @@
.magicalTriangle[aria-expanded=true] {
transform: rotate(180deg);
transition: transform 0.3s ease;
}
/*# sourceMappingURL=dashboard-mod.css.map */

View File

@ -1 +0,0 @@
{"version":3,"sourceRoot":"","sources":["../../src/sass/dashboard-mod.scss"],"names":[],"mappings":"AAAA;EACC;EACA","file":"dashboard-mod.css"}