Replace node-sass with dart-sass
This commit is contained in:
parent
71e7dd5894
commit
0f55d776a6
3 changed files with 10 additions and 1080 deletions
1084
package-lock.json
generated
1084
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -13,9 +13,9 @@
|
|||
"css-loader": "^3.4.2",
|
||||
"livereload": "^0.9.1",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"node-sass": "^4.13.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sass": "^1.26.9",
|
||||
"style-loader": "^1.1.3",
|
||||
"webpack": "^4.42.1",
|
||||
"webpack-cli": "^3.3.11"
|
||||
|
|
|
@ -28,5 +28,5 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
@include spacing('margin', 'm')
|
||||
@include spacing('padding', 'p')
|
||||
@include spacing('margin', 'm');
|
||||
@include spacing('padding', 'p');
|
Loading…
Reference in a new issue