From a38d9803c53995b413651773586987506ed94004 Mon Sep 17 00:00:00 2001 From: york yao Date: Tue, 22 Aug 2017 18:56:25 +0800 Subject: [PATCH] fix bug of dark theme style --- clean-scripts.config.js | 2 +- demo/angular/index.html | 2 +- demo/file-size.json | 6 +++--- demo/index.bundle-d9cc5958d86afe0c668d7a7d9a22c28b.css | 4 ++++ demo/index.bundle-e4abc336b5f7d1cc1215b72b21c3c100.css | 4 ---- demo/react/index.html | 2 +- demo/vue/index.html | 2 +- package-lock.json | 10 ++++++---- package.json | 4 ++-- src/common.ts | 4 ++-- src/tree.less | 2 +- 11 files changed, 22 insertions(+), 20 deletions(-) create mode 100644 demo/index.bundle-d9cc5958d86afe0c668d7a7d9a22c28b.css delete mode 100644 demo/index.bundle-e4abc336b5f7d1cc1215b72b21c3c100.css diff --git a/clean-scripts.config.js b/clean-scripts.config.js index 7e260e7..39cb153 100644 --- a/clean-scripts.config.js +++ b/clean-scripts.config.js @@ -30,7 +30,7 @@ module.exports = { ts: `tslint "src/*.ts" "src/*.tsx" "demo/**/*.ts" "demo/**/*.tsx"`, js: `standard "**/*.config.js"`, less: `stylelint "src/**/*.less"`, - export: `no-unused-export "src/**/*.ts" "src/**/*.tsx" "demo/**/*.ts" "demo/**/*.tsx" --exclude "src/compiled/**/*"` + export: `no-unused-export "src/**/*.ts" "src/**/*.tsx" "demo/**/*.ts" "demo/**/*.tsx" "src/**/*.less" --exclude "src/compiled/**/*"` }, test: [ 'tsc -p spec', diff --git a/demo/angular/index.html b/demo/angular/index.html index 9ed988e..7f31ad3 100644 --- a/demo/angular/index.html +++ b/demo/angular/index.html @@ -1,7 +1,7 @@ - + Fork me on GitHub