feat: update BEM naming

This commit is contained in:
Sivan 2020-02-11 21:01:13 +08:00
parent f65382b12a
commit d0488130ae
18 changed files with 297 additions and 216 deletions

View file

@ -7,7 +7,7 @@
"lib": "lib"
},
"scripts": {
"start": "node-sass -w --output-style=compressed index.scss dist/heti.css",
"start": "node-sass -w --output-style=nested 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'"