Gulpfile: Drop old UnCSS ignore rules
parent
cfe3cbba79
commit
7019888b19
|
@ -132,10 +132,7 @@ gulp.task('html', function() {
|
|||
'app/styleguide.html'
|
||||
],
|
||||
// CSS Selectors for UnCSS to ignore
|
||||
ignore: [
|
||||
/.navdrawer-container.open/,
|
||||
/.app-bar.open/
|
||||
]
|
||||
ignore: []
|
||||
})))
|
||||
|
||||
// Concatenate And Minify Styles
|
||||
|
|
Loading…
Reference in New Issue