mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 12:22:50 +01:00
Move csslint overrides in Gruntfile.js.
This works around https://github.com/gruntjs/grunt-contrib-csslint/issues/26
This commit is contained in:
parent
ef49635ae2
commit
a7339a0f4c
10
Gruntfile.js
10
Gruntfile.js
@ -89,9 +89,13 @@ module.exports = function (grunt) {
|
||||
examples: [
|
||||
'docs/examples/**/*.css'
|
||||
],
|
||||
docs: [
|
||||
'docs/assets/css/docs.css'
|
||||
]
|
||||
docs: {
|
||||
options: {
|
||||
'ids': false,
|
||||
'overqualified-elements': false
|
||||
},
|
||||
src: ['docs/assets/css/docs.css']
|
||||
}
|
||||
},
|
||||
|
||||
concat: {
|
||||
|
@ -1,5 +1,3 @@
|
||||
/*csslint ids: false, overqualified-elements: false, fallback-colors: false*/
|
||||
|
||||
/*!
|
||||
* Bootstrap Docs (http://getbootstrap.com)
|
||||
* Copyright 2011-2014 Twitter, Inc.
|
||||
|
Loading…
x
Reference in New Issue
Block a user