mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
fix(#20): Updated .gitignore to skip compiled CSS; updated package with sass
May not run
This commit is contained in:
parent
691e21a586
commit
6af6021259
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user