mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-05 11:35:10 -05:00
single CSS file for all css, including responsive
This commit is contained in:
26
less/bootstrap.less
vendored
26
less/bootstrap.less
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user