Skip to content

Commit

Permalink
refactor: add node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
liuduwei committed Nov 28, 2023
1 parent bea4426 commit da26b26
Show file tree
Hide file tree
Showing 7 changed files with 3,511 additions and 217 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/50projects50days
node_modules/
50projects50days/
.DS_Store
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "50days",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:liuduwei/MiniProjects.git",
"author": "liuduwei <[email protected]>",
"license": "MIT",
"scripts": {
"compile:sass-dev": "node-sass style.scss style.css -r -w --source-map true --source-map-contents sass"
},
"dependencies": {
"node-sass": "^9.0.0"
}
}
Loading

0 comments on commit da26b26

Please sign in to comment.