Added package/Sass

This commit is contained in:
Kyle Pollard 2019-04-05 20:29:26 -07:00
parent 703abfcf55
commit 69924d393d
3 changed files with 1599 additions and 0 deletions

28
package.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "water.css",
"version": "1.0.0",
"description": "A just-add-css collection of styles to make simple websites just a little nicer.",
"main": "index.js",
"scripts": {
"build": "node-sass"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kognise/water.css.git"
},
"keywords": [
"css",
"css-framework",
"simple",
"minimal"
],
"author": "kognise",
"license": "MIT",
"bugs": {
"url": "https://github.com/kognise/water.css/issues"
},
"homepage": "https://github.com/kognise/water.css#readme",
"devDependencies": {
"node-sass": "^4.11.0"
}
}