Replace node-sass with sass

This commit is contained in:
Liyas Thomas
2020-11-02 07:40:26 +05:30
parent 846298210a
commit 2fd897064a
2 changed files with 28 additions and 909 deletions

View File

@@ -56,7 +56,7 @@
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^3.2.0",
"@testing-library/jest-dom": "^5.11.5",
"@vue/test-utils": "^1.1.0",
"@vue/test-utils": "^1.1.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.1",
"eslint": "^7.12.1",
@@ -65,9 +65,9 @@
"husky": "^4.3.0",
"jest": "^26.6.1",
"jest-serializer-vue": "^2.0.2",
"node-sass": "^4.14.1",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"sass": "^1.28.0",
"sass-loader": "^10.0.4",
"vue-jest": "^3.0.7"
},