Commit e89ba293 authored by Mark Otto's avatar Mark Otto

Added compiled CSS file and fixed link to do it

parent eb338930
This diff is collapsed.
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
</div> </div>
<div class="span12 columns"> <div class="span12 columns">
<h3>1. Compiled CSS</h3> <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> <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="css/baseline.css" media="all" /&gt;</pre> <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> <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> <p>Use this option to make full use of Baseline's LESS variables, mixins, and nesting in CSS.</p>
<pre class="html"> <pre class="html">
......
Markdown is supported
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