Skip to content

Commit

Permalink
chore: Replace node-sass with sass dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
youthfulhps committed Sep 20, 2023
1 parent 97fe484 commit 4a33378
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 934 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"css": "^3.0.0",
"node-sass": "^9.0.0",
"prettier": "~2.8.4",
"rollup-plugin-polyfill-node": "^0.12.0"
"rollup-plugin-polyfill-node": "^0.12.0",
"sass": "^1.67.0"
},
"bin": {
"tailwind-converter": "./bin/index.js"
Expand Down
Loading

0 comments on commit 4a33378

Please sign in to comment.