1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

Added compiled CSS file and fixed link to do it

This commit is contained in:
Mark Otto
2011-04-28 11:53:10 -07:00
parent eb3389303d
commit e89ba29385
2 changed files with 202 additions and 2 deletions

View File

@@ -88,8 +88,8 @@
</div>
<div class="span12 columns">
<h3>1. Compiled CSS</h3>
<p>Use this option if you want all the styles of Baseline, but none of the extra power of LESS.</p>
<pre class="html">&lt;link type="text/css" href="css/baseline.css" media="all" /&gt;</pre>
<p>Use this option if you want all the styles of Baseline in a <a href="baseline-1.0.0.css">compiled and minified stylesheet</a>, but none of the extra power of LESS.</p>
<pre class="html">&lt;link type="text/css" href="baseline-1.0.0.css" media="all" /&gt;</pre>
<h3>2. Run with LESS.js</h3>
<p>Use this option to make full use of Baseline's LESS variables, mixins, and nesting in CSS.</p>
<pre class="html">