Add package data for Sass
This commit is contained in:
parent
4cdeb838ce
commit
9413526043
2 changed files with 238 additions and 0 deletions
8
package.json
Normal file
8
package.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"scripts": {
|
||||
"css": "sass --watch styles/:.css/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.69.5"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue