fix(#20): Updated .gitignore to skip compiled CSS; updated package with sass

May not run
This commit is contained in:
Simon Pistache 2022-06-15 22:42:47 +02:00
parent 691e21a586
commit 6af6021259
3 changed files with 68 additions and 544 deletions

7
.gitignore vendored
View File

@ -1,6 +1,11 @@
# Dependencies
node_modules
# Sass compiled files
*.module.css
*.css.map
*.css
# Testing
coverage
@ -19,3 +24,5 @@ access/*
*.log
.idea
announces/*
/styles.module.css
.vscode/settings.json

View File

@ -190,7 +190,6 @@
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^6.0.1",
"nodemon": "^2.0.9",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
@ -199,6 +198,7 @@
"react-refresh": "^0.10.0",
"react-test-renderer": "^17.0.2",
"redux-mock-store": "^1.5.4",
"sass": "^1.52.3",
"sass-loader": "^12.1.0",
"source-map-support": "^0.5.19",
"stylelint": "^13.13.1",

603
yarn.lock

File diff suppressed because it is too large Load Diff