Remove unused stylesheets
This commit is contained in:
parent
5724090448
commit
e883696526
20 changed files with 32 additions and 209 deletions
|
@ -58,6 +58,8 @@ gulp.task('styles', function () {
|
|||
'node_modules/prismjs/themes/prism-twilight.css',
|
||||
config.sass.sourceDir + '/post.sass'
|
||||
], 'post.css')
|
||||
|
||||
app.sass(config.sass.sourceDir + '/talk.sass', 'talk.css');
|
||||
});
|
||||
|
||||
gulp.task('scripts', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue