diff options
| author | Mark Otto <[email protected]> | 2012-09-30 23:24:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 23:24:07 -0700 |
| commit | de6ec034dbf08a2e9facb995c638ed6a9c156dcd (patch) | |
| tree | f3a8f37188c7501dfa392967a601fb1eef978539 /less | |
| parent | 3f2938948da34744cd297c5ea61cf8a334c74951 (diff) | |
| download | bootstrap-de6ec034dbf08a2e9facb995c638ed6a9c156dcd.tar.xz bootstrap-de6ec034dbf08a2e9facb995c638ed6a9c156dcd.zip | |
single CSS file for all css, including responsive
Diffstat (limited to 'less')
| -rw-r--r-- | less/bootstrap.less | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index 7117ca345..98090475d 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -61,3 +61,29 @@ // Utility classes @import "utilities.less"; // Has to be last to override when necessary + + + +// Responsive +// ------------------------------------------------------------- + +// Responsive utility classes +@import "responsive-utilities.less"; + + +// Media queries +// ------------------ + +// Large desktops +@import "responsive-1200px-min.less"; + +// Tablets to regular desktops +@import "responsive-768px-979px.less"; + +// Phones to portrait tablets and narrow desktops +@import "responsive-767px-max.less"; + + +// Responsive navbar +// From 979px and below, show a button to toggle navbar contents +@import "responsive-navbar.less"; |
