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
|
// Utility classes
|
||||||
@import "bootstrap/utilities.less"; // Has to be last to override when necessary
|
@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
|
// // Phones to portrait tablets and narrow desktops
|
||||||
@import "bootstrap/responsive-767px-max.less";
|
// @import "bootstrap/responsive-767px-max.less";
|
||||||
|
|
||||||
// Tablets to regular desktops
|
// // Tablets to regular desktops
|
||||||
@import "bootstrap/responsive-768px-979px.less";
|
// @import "bootstrap/responsive-768px-979px.less";
|
||||||
|
|
||||||
// Large desktops
|
// // Large desktops
|
||||||
@import "bootstrap/responsive-1200px-min.less";
|
// @import "bootstrap/responsive-1200px-min.less";
|
||||||
|
|
||||||
|
|
||||||
// RESPONSIVE NAVBAR
|
// // RESPONSIVE NAVBAR
|
||||||
// ------------------
|
// // ------------------
|
||||||
|
|
||||||
// From 979px and below, show a button to toggle navbar contents
|
// // From 979px and below, show a button to toggle navbar contents
|
||||||
@import "bootstrap/responsive-navbar.less";
|
// @import "bootstrap/responsive-navbar.less";
|
||||||
|
|
||||||
// Bootswatch
|
// Bootswatch
|
||||||
@import "bootswatch.less";
|
@import "bootswatch.less";
|
||||||
|
|
Loading…
Add table
Reference in a new issue