diff --git a/examples/index.less b/examples/index.less index 12055d80d..5d0bfa082 100644 --- a/examples/index.less +++ b/examples/index.less @@ -44,10 +44,9 @@ width: 100%; margin: 16px 0; th { - - background: #F7F7F7; + background: #f7f7f7; white-space: nowrap; - color: #5C6B77; + color: #5c6b77; font-weight: 600; } td:first-child { diff --git a/package.json b/package.json index 1531489da..320d5bffd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "karma start test/karma.conf.js --single-run", "build": "sh build.sh", "lint": "eslint -c ./.eslintrc --fix --ext .js ./src/", - "lint:style": "stylelint \"./example/**/*.less\" --syntax --fix less" + "lint:style": "stylelint \"./examples/**/*.less\" --syntax --fix less" }, "repository": { "type": "git",