Skip to content

Commit

Permalink
Activate csslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaggle committed Dec 5, 2016
1 parent 54543af commit c562ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "istanbul cover _mocha && karma start && npm run test:lint && istanbul report",
"test:ci": "npm test && wdio && npm run test:submitcov",
"test:lint": "hexo clean && hexo generate --debug --silent && eslint .",
"test:lint": "hexo clean && hexo generate --debug --silent && eslint . && csslint public/main.css",
"test:submitcov": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "hexo generate",
"deploy": "./build_scripts/deploy",
Expand Down Expand Up @@ -34,6 +34,7 @@
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"csslint": "^1.0.4",
"eslint": "^3.11.1",
"istanbul": "^0.4.5",
"karma": "^1.3.0",
Expand Down
5 changes: 2 additions & 3 deletions themes/simplicity-itself/source/main.styl
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
@import "nib"
@import "../components/css/vars"

/* reset */
/* csslint ignore:start */
global-reset()

/* extensions */
@import "../components/css/partial/normalize"
/* csslint ignore:end */

/* style */
@import "../components/css/partial/base"
Expand Down

0 comments on commit c562ba6

Please sign in to comment.