mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add docs-assets/css/docs.css to csslint too.
This commit is contained in:
parent
fc7049b18f
commit
5eab9cbe82
2 changed files with 7 additions and 2 deletions
|
@ -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: {
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue