Improved usage of npm module styles

This commit is contained in:
ポール ウェッブ 2018-10-15 14:20:02 -05:00
parent 21680d11f6
commit abf6ef4b04
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
@charset "utf-8"; @charset "utf-8";
@import "../../node_modules/@lbry/color/lbry-color";
@import @import
"@lbry/color/lbry-color",
"init/base", "init/base",
"init/mixins", "init/mixins",
"init/markdown", "init/markdown",

View file

@ -66,7 +66,7 @@
"sass-lint": "^1.12.1", "sass-lint": "^1.12.1",
"snazzy": "^8.0.0", "snazzy": "^8.0.0",
"standardx": "^3.0.1", "standardx": "^3.0.1",
"updates": "^4.5.2" "updates": "^5.0.1"
}, },
"engines": { "engines": {
"node": "10.2.x" "node": "10.2.x"
@ -89,7 +89,7 @@
"test:lint": "standardx --verbose | snazzy", "test:lint": "standardx --verbose | snazzy",
"test:sass": "sass-lint 'app/sass/*.scss, app/sass/**/*.scss' --verbose --no-exit", "test:sass": "sass-lint 'app/sass/*.scss, app/sass/**/*.scss' --verbose --no-exit",
"watch": "run-p watch:*", "watch": "run-p watch:*",
"watch:sass": "sass --watch app/sass:app/dist --style compressed", "watch:sass": "sass --load-path=node_modules --watch app/sass:app/dist --style compressed",
"watch:server": "NODE_ENV=development nodemon server --ignore 'public/'" "watch:server": "NODE_ENV=development nodemon server --ignore 'public/'"
}, },
"standardx": { "standardx": {