diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 09a3b9cb68..8f8bd1c916 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/scaffolding.html b/docs/scaffolding.html index b8dc426640..dc20961dc4 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -381,7 +381,7 @@
  1. Use the compiled responsive version, bootstrap-responsive.css
  2. Add @import "responsive.less" and recompile Bootstrap
  3. -
  4. Modify and recompile responsive.less as a separate
  5. +
  6. Modify and recompile responsive.less as a separate file

Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.

diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index c81f2e535b..c0fa632e3b 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -305,7 +305,7 @@
  1. {{_i}}Use the compiled responsive version, bootstrap-responsive.css{{/i}}
  2. {{_i}}Add @import "responsive.less" and recompile Bootstrap{{/i}}
  3. -
  4. {{_i}}Modify and recompile responsive.less as a separate{{/i}}
  5. +
  6. {{_i}}Modify and recompile responsive.less as a separate file{{/i}}

{{_i}}Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.{{/i}}