remove responsive styles
This commit is contained in:
parent
ad78d869cc
commit
4c98c5e2fe
1 changed files with 15 additions and 15 deletions
|
@ -61,30 +61,30 @@
|
|||
// Utility classes
|
||||
@import "bootstrap/utilities.less"; // Has to be last to override when necessary
|
||||
|
||||
// RESPONSIVE CLASSES
|
||||
// ------------------
|
||||
// // RESPONSIVE CLASSES
|
||||
// // ------------------
|
||||
|
||||
@import "bootstrap/responsive-utilities.less";
|
||||
// @import "bootstrap/responsive-utilities.less";
|
||||
|
||||
|
||||
// MEDIA QUERIES
|
||||
// ------------------
|
||||
// // MEDIA QUERIES
|
||||
// // ------------------
|
||||
|
||||
// Phones to portrait tablets and narrow desktops
|
||||
@import "bootstrap/responsive-767px-max.less";
|
||||
// // Phones to portrait tablets and narrow desktops
|
||||
// @import "bootstrap/responsive-767px-max.less";
|
||||
|
||||
// Tablets to regular desktops
|
||||
@import "bootstrap/responsive-768px-979px.less";
|
||||
// // Tablets to regular desktops
|
||||
// @import "bootstrap/responsive-768px-979px.less";
|
||||
|
||||
// Large desktops
|
||||
@import "bootstrap/responsive-1200px-min.less";
|
||||
// // Large desktops
|
||||
// @import "bootstrap/responsive-1200px-min.less";
|
||||
|
||||
|
||||
// RESPONSIVE NAVBAR
|
||||
// ------------------
|
||||
// // RESPONSIVE NAVBAR
|
||||
// // ------------------
|
||||
|
||||
// From 979px and below, show a button to toggle navbar contents
|
||||
@import "bootstrap/responsive-navbar.less";
|
||||
// // From 979px and below, show a button to toggle navbar contents
|
||||
// @import "bootstrap/responsive-navbar.less";
|
||||
|
||||
// Bootswatch
|
||||
@import "bootswatch.less";
|
||||
|
|
Loading…
Reference in a new issue