Add css modules, remove styled components linters and utils

This commit is contained in:
jeffvli 2023-07-23 05:16:29 -07:00
parent 03a4a1da55
commit 84bec824f2
5 changed files with 299 additions and 2913 deletions

View file

@ -8,7 +8,7 @@
{
"files": ["**/*.css", "**/*.scss", "**/*.html"],
"options": {
"singleQuote": false
"singleQuote": true
}
}
],