Merge pull request #1312 from hoppscotch/sass

Replace node-sass with sass
This commit is contained in:
Liyas Thomas 2020-11-02 07:51:18 +05:30 committed by GitHub
commit 23966b1103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 909 deletions

933
package-lock.json generated

File diff suppressed because it is too large Load diff

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"
},