Gulpfile: Drop old UnCSS ignore rules

master
Addy Osmani 2015-01-06 13:54:34 +00:00
parent cfe3cbba79
commit 7019888b19
1 changed files with 1 additions and 4 deletions

View File

@ -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