mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Restructure everything
This commit is contained in:
parent
06d99f9eab
commit
54d5cbd805
17 changed files with 230 additions and 243 deletions
|
|
@ -4,9 +4,9 @@
|
|||
"description": "A just-add-css collection of styles to make simple websites just a little nicer.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build:dark": "node-sass ./src/water-dark.scss > ./dist/water-dark.css",
|
||||
"build:light": "node-sass ./src/water-light.scss > ./dist/water-light.css",
|
||||
"build": "yarn build:dark && yarn build:light"
|
||||
"build": "node-sass src/ --output dist/",
|
||||
"dev:build": "yarn build --watch",
|
||||
"dev:demo": "servor"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -25,6 +25,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/kognise/water.css",
|
||||
"devDependencies": {
|
||||
"node-sass": "^4.11.0"
|
||||
"node-sass": "^4.11.0",
|
||||
"servor": "^2.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue