mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fix scsslint.yml path
This commit is contained in:
parent
eaa67a82d3
commit
3df2d085ed
@ -205,11 +205,11 @@ module.exports = function (grunt) {
|
||||
// CSS build configuration
|
||||
|
||||
scsslint: {
|
||||
scss: ['scss/*.scss', '!scss/_normalize.scss'],
|
||||
options: {
|
||||
config: 'scss/.scss-lint.yml',
|
||||
reporterOutput: 'scss-lint-report.xml'
|
||||
}
|
||||
config: 'scss/.scsslint.yml',
|
||||
reporterOutput: null
|
||||
},
|
||||
src: ['scss/*.scss', '!scss/_normalize.scss']
|
||||
},
|
||||
|
||||
postcss: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user