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:
@@ -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"><link type="text/css" href="css/baseline.css" media="all" /></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"><link type="text/css" href="baseline-1.0.0.css" media="all" /></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">
|
||||
|
Reference in New Issue
Block a user