mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Break csslint targets.
This commit is contained in:
parent
4d527f9251
commit
05ccc185d9
1 changed files with 6 additions and 2 deletions
|
@ -84,9 +84,13 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
src: [
|
src: [
|
||||||
'dist/css/bootstrap.css',
|
'dist/css/bootstrap.css',
|
||||||
'dist/css/bootstrap-theme.css',
|
'dist/css/bootstrap-theme.css'
|
||||||
'docs/assets/css/docs.css',
|
],
|
||||||
|
examples: [
|
||||||
'docs/examples/**/*.css'
|
'docs/examples/**/*.css'
|
||||||
|
],
|
||||||
|
docs: [
|
||||||
|
'docs/assets/css/docs.css'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue