Commit 3a89fbc9 authored by XhmikosR's avatar XhmikosR
Browse files

Add examples/**/*css in the csslint task.

Fixes #12457.
parent 8ee208e9
Showing with 2 additions and 1 deletion
+2 -1
...@@ -82,7 +82,8 @@ module.exports = function (grunt) { ...@@ -82,7 +82,8 @@ 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' 'docs/assets/css/docs.css',
'docs/examples/**/*.css'
] ]
}, },
......
Supports Markdown
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