Fixed some bugs with various settings combinations
This commit is contained in:
parent
904484e2b4
commit
ec1acb115a
8 changed files with 177 additions and 180 deletions
|
@ -5,8 +5,9 @@ var gulp = require('gulp'),
|
|||
|
||||
gulp.task('less', function () {
|
||||
return gulp.src([
|
||||
'./static/stylesheet/dark-theme-has-class.less',
|
||||
'./static/stylesheet/dark-theme-not-overridden.less',
|
||||
'./static/stylesheet/style.less',
|
||||
'./static/stylesheet/dark-theme.less',
|
||||
])
|
||||
.pipe(less())
|
||||
.pipe(minify())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue