1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

Remove unused docs CSS

This commit is contained in:
Mark Otto
2014-07-09 10:47:53 -07:00
parent d3fc995293
commit 87c9ce5333
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ module.exports = function (grunt) {
src: 'dist/css/<%= pkg.name %>-theme.css' src: 'dist/css/<%= pkg.name %>-theme.css'
}, },
docs: { docs: {
src: 'docs/assets/css/docs.css' src: 'docs/assets/css/docs.min.css'
}, },
examples: { examples: {
expand: true, expand: true,

File diff suppressed because one or more lines are too long