mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
ignore base/fonts.scss in the csscomb task
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
||||
build: {
|
||||
expand: true,
|
||||
cwd: 'assets/styles/src/',
|
||||
src: ['**/*.scss'],
|
||||
src: ['**/*.scss', '!base/_fonts.scss'],
|
||||
dest: 'assets/styles/src/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user