feat: add demo page

This commit is contained in:
Sivan 2020-02-20 21:13:51 +08:00
parent d24deae404
commit 6cbbbbfd9b
12 changed files with 1223 additions and 7 deletions

View file

@ -7,9 +7,9 @@
"lib": "lib"
},
"scripts": {
"start": "node-sass -w --output-style=compressed index.scss dist/heti.css",
"build": "node-sass index.scss dist/heti.css --output-style=compressed",
"deploy": "gh-pages -d dist",
"start": "node-sass -w --output-style=compressed lib/heti.scss demo/heti.min.css",
"build": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed",
"deploy": "npm run build && gh-pages -d demo",
"test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'"
},
"repository": {
@ -17,7 +17,11 @@
"url": "git+https://github.com/sivan/heti.git"
},
"keywords": [
"typography"
"typography",
"clreq",
"css",
"sass",
"scss"
],
"author": "Sivan <sun.sivan@gmail.com>",
"license": "MIT",