diff options
| author | Chris Rebert <[email protected]> | 2013-09-04 21:28:04 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-04 21:28:04 -0700 |
| commit | 121790c1062d8057b5bddedb3960ec7ceedb498d (patch) | |
| tree | 24272c1d794deae767135dbef6c566458f60a368 | |
| parent | 0b0087f3a744e5e1e86a87cfa5c929b34e3ddd86 (diff) | |
| download | bootstrap-121790c1062d8057b5bddedb3960ec7ceedb498d.tar.xz bootstrap-121790c1062d8057b5bddedb3960ec7ceedb498d.zip | |
add <code> around ".less" in Getting Started docs
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 4583e2dd9..109d8d0ed 100644 --- a/getting-started.html +++ b/getting-started.html @@ -963,7 +963,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { <div class="bs-callout bs-callout-info"> <h4>Alternate customization methods</h4> - <p>While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source .less files (making upgrades super difficult), and the second is mapping source LESS code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither of those options are documented here.</p> + <p>While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source <code>.less</code> files (making upgrades super difficult), and the second is mapping source LESS code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither of those options are documented here.</p> </div> <h3>Removing potential bloat</h3> |
