feat: add demo page
This commit is contained in:
parent
d24deae404
commit
6cbbbbfd9b
12 changed files with 1223 additions and 7 deletions
12
package.json
12
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue