feat: add fonts for Traditional Chinese (#2)
* feat: update code style * feat: add fonts for Traditional Chinese
This commit is contained in:
parent
fd5e303b2c
commit
a187986823
13 changed files with 224 additions and 76 deletions
|
@ -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'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue