mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Created themed styles with Sass
This commit is contained in:
parent
69924d393d
commit
7bce456f26
6 changed files with 257 additions and 47 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A just-add-css collection of styles to make simple websites just a little nicer.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "node-sass"
|
||||
"build": "node-sass ./src/water-dark.scss > ./dist/water-dark.css && node-sass ./src/water-light.scss > ./dist/water-light.css"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue