mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Move csslint overrides in Gruntfile.js.
This works around https://github.com/gruntjs/grunt-contrib-csslint/issues/26
This commit is contained in:
+7
-3
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user