2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

update docs to include separate responsive css, update docs to highlight proper file name, updated makefile to build responsive separately

This commit is contained in:
Mark Otto
2012-01-25 10:02:52 -08:00
parent c381199968
commit 9553b1e3e9
17 changed files with 275 additions and 253 deletions
-3
View File
@@ -57,6 +57,3 @@
// Utility classes
@import "utilities.less"; // Has to be last to override when necessary
// Responsive
@import "responsive.less";
+8
View File
@@ -3,6 +3,14 @@
// -------------------------------------------------------------
// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "mixins.less";
// RESPONSIVE CLASSES
// ------------------