From e89ba29385d43ffed43b479be566e98ad2eaf1ff Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Apr 2011 11:53:10 -0700 Subject: Added compiled CSS file and fixed link to do it --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index b1e13d793..c9bcf9e17 100644 --- a/index.html +++ b/index.html @@ -88,8 +88,8 @@

1. Compiled CSS

-

Use this option if you want all the styles of Baseline, but none of the extra power of LESS.

-
<link type="text/css" href="css/baseline.css" media="all" />
+

Use this option if you want all the styles of Baseline in a compiled and minified stylesheet, but none of the extra power of LESS.

+
<link type="text/css" href="baseline-1.0.0.css" media="all" />

2. Run with LESS.js

Use this option to make full use of Baseline's LESS variables, mixins, and nesting in CSS.

-- 
cgit v1.2.3