Add docs-assets/css/docs.css to csslint too.

This commit is contained in:
XhmikosR 2013-12-10 16:11:08 +02:00
parent fc7049b18f
commit 5eab9cbe82
2 changed files with 7 additions and 2 deletions

View File

@ -64,7 +64,11 @@ module.exports = function (grunt) {
options: { options: {
csslintrc: '.csslintrc' csslintrc: '.csslintrc'
}, },
src: ['dist/css/bootstrap.css', 'dist/css/bootstrap-theme.css'] src: [
'dist/css/bootstrap.css',
'dist/css/bootstrap-theme.css',
'docs-assets/css/docs.css'
]
}, },
concat: { concat: {

View File

@ -32,6 +32,7 @@
* Miscellaneous * Miscellaneous
*/ */
/*csslint ids: false, fallback-colors: false*/
/* /*
* Scaffolding * Scaffolding
@ -668,8 +669,8 @@ h1[id] {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
background-color: #eee; background-color: #eee;
border: 1px solid #ddd;
background-color: rgba(86,61,124,.15); background-color: rgba(86,61,124,.15);
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2); border: 1px solid rgba(86,61,124,.2);
} }