mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Added compiled CSS file and fixed link to do it
This commit is contained in:
+2
-2
@@ -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