OSDN Git Service

Selective responsive bootstrap
authorKoen Punt <koen@koenpunt.nl>
Thu, 29 Nov 2012 14:37:28 +0000 (15:37 +0100)
committerKoen Punt <koen@koenpunt.nl>
Thu, 29 Nov 2012 14:37:28 +0000 (15:37 +0100)
app/assets/stylesheets/main.scss

index e707de0..bc7a744 100644 (file)
@@ -3,9 +3,11 @@ $baseFontSize: 13px !default;
 $baseLineHeight: 18px !default;
 
 // BOOTSTRAP
-// ------------------
 @import "bootstrap";
-@import "bootstrap-responsive";
+@import "bootstrap/responsive-utilities";
+@import "bootstrap/responsive-1200px-min";
+
+// FONT AWESOME
 @import "font-awesome";
 
 /**