mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 00:39:54 +00: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
|
// CSS build configuration
|
||||||
|
|
||||||
scsslint: {
|
scsslint: {
|
||||||
scss: ['scss/*.scss', '!scss/_normalize.scss'],
|
|
||||||
options: {
|
options: {
|
||||||
config: 'scss/.scss-lint.yml',
|
config: 'scss/.scsslint.yml',
|
||||||
reporterOutput: 'scss-lint-report.xml'
|
reporterOutput: null
|
||||||
}
|
},
|
||||||
|
src: ['scss/*.scss', '!scss/_normalize.scss']
|
||||||
},
|
},
|
||||||
|
|
||||||
postcss: {
|
postcss: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user