Commit 30e5e89f authored by Julian Thilo's avatar Julian Thilo
Browse files

Add callout to docs: LESS compiler support

parent abb11217
Showing with 5 additions and 0 deletions
+5 -0
...@@ -48,6 +48,11 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex ...@@ -48,6 +48,11 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<!-- Latest compiled and minified JavaScript --> <!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
{% endhighlight %} {% endhighlight %}
<div class="bs-callout">
<h4>LESS compilation</h4>
<p>If you download the original source files, you need to compile Bootstrap's LESS files into usable CSS. While there are various LESS compilers available, Bootstrap only supports the latest stable version of <a href="http://lesscss.org/">less.js</a>.</p>
</div>
</div> </div>
<!-- File structure <!-- File structure
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment