Created themed styles with Sass

This commit is contained in:
Kyle Pollard 2019-04-05 22:00:32 -07:00
parent 69924d393d
commit 7bce456f26
6 changed files with 257 additions and 47 deletions

View file

@ -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",