feat: add fonts for Traditional Chinese (#2)

* feat: update code style
* feat: add fonts for Traditional Chinese
This commit is contained in:
Sivan 2020-02-18 17:01:14 +08:00 committed by GitHub
parent fd5e303b2c
commit a187986823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 224 additions and 76 deletions

View file

@ -1,13 +1,13 @@
{
"name": "heti",
"version": "0.1.0",
"version": "0.2.0",
"description": "赫蹏",
"main": "index.scss",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node-sass -w --output-style=nested index.scss dist/heti.css",
"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",
"test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'"