Commit 1481bae55913593145cd594c451cd60194e93d0a

Authored by Koen Punt
1 parent 0f313927

Selective responsive bootstrap

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
app/assets/stylesheets/main.scss
@@ -3,9 +3,11 @@ $baseFontSize: 13px !default; @@ -3,9 +3,11 @@ $baseFontSize: 13px !default;
3 $baseLineHeight: 18px !default; 3 $baseLineHeight: 18px !default;
4 4
5 // BOOTSTRAP 5 // BOOTSTRAP
6 -// ------------------  
7 @import "bootstrap"; 6 @import "bootstrap";
8 -@import "bootstrap-responsive"; 7 +@import "bootstrap/responsive-utilities";
  8 +@import "bootstrap/responsive-1200px-min";
  9 +
  10 +// FONT AWESOME
9 @import "font-awesome"; 11 @import "font-awesome";
10 12
11 /** 13 /**