diff options
| author | Mark Otto <[email protected]> | 2013-08-17 18:59:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 18:59:50 -0700 |
| commit | c56a749323836b7e0b7401d41de1d0c68a7cb7a8 (patch) | |
| tree | 6cf54bdb0f90208077fe04b4d7260d68f9c288a0 /less/bootstrap.less | |
| parent | ba20e512ce53e7cc771ba06d492a01d48db6cc97 (diff) | |
| download | bootstrap-c56a749323836b7e0b7401d41de1d0c68a7cb7a8.tar.xz bootstrap-c56a749323836b7e0b7401d41de1d0c68a7cb7a8.zip | |
Finish first pass at and docment Bootstrap v2-ish theme
* Adds new "theme" example
* Adds new theme.less file to provide all the overrides and additional
styles for the theme
* theme.less compiles, via Grunt, to two new files to `dist/css`,
bootstrap-theme.css and bootstrap-theme.min.css
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index 771eb32d1..e80b29596 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -60,6 +60,3 @@ // Utility classes @import "utilities.less"; @import "responsive-utilities.less"; - -// Themes -@import "theme.less"; |
