Migrate to SCSS modules

This commit is contained in:
2025-11-01 19:29:36 +03:00
Unverified
parent 4c4d809e9b
commit 0921ec875c
60 changed files with 1802 additions and 1889 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
{
"files.exclude": {
"**/__pycache__": true,
"**/package-lock.json": true
},
"github-actions.workflows.pinned.workflows": [],
"github-actions.workflows.pinned.workflows.ignore": true,
"github-actions.workflows.pinned.workflows.ignoreContextAccess": true
"**/package-lock.json": true,
"**/*.module.scss.d.ts": true
}
}