Commit a7339a0f authored by XhmikosR's avatar XhmikosR

Move csslint overrides in Gruntfile.js.

This works around https://github.com/gruntjs/grunt-contrib-csslint/issues/26
parent ef49635a
...@@ -89,9 +89,13 @@ module.exports = function (grunt) { ...@@ -89,9 +89,13 @@ module.exports = function (grunt) {
examples: [ examples: [
'docs/examples/**/*.css' 'docs/examples/**/*.css'
], ],
docs: [ docs: {
'docs/assets/css/docs.css' options: {
] 'ids': false,
'overqualified-elements': false
},
src: ['docs/assets/css/docs.css']
}
}, },
concat: { concat: {
......
/*csslint ids: false, overqualified-elements: false, fallback-colors: false*/
/*! /*!
* Bootstrap Docs (http://getbootstrap.com) * Bootstrap Docs (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc. * Copyright 2011-2014 Twitter, Inc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment