Better comments/instructions on the compass project stylesheets.

This commit is contained in:
Chris Eppstein 2009-02-01 14:13:58 -08:00
parent 359be7e46e
commit e8d249fa38
4 changed files with 14 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

View File

@ -1,3 +1,6 @@
/*
Welcome to Compass. We'll show you the way, but you'll have to get there on your own.
Use this file to write IE specific override styles.
Welcome to Compass. Use this file to write IE specific override styles.
Import this file using the following HTML or equivalent:
<!--[if IE]>
<link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->

View File

@ -1,4 +1,6 @@
/*
Welcome to Compass. We'll show you the way, but you'll have to get there on your own.
Use this file to define print styles.
Welcome to Compass. Use this file to define print styles.
Import this file using the following HTML or equivalent:
<link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />

View File

@ -1,4 +1,7 @@
/*
Welcome to Compass. We'll show you the way, but you'll have to get there on your own.
In this file you should write (or centralize your imports) the main styles.
Welcome to Compass.
In this file you should write your main styles. (or centralize your imports)
Import this file using the following HTML or equivalent:
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
@import compass/reset.sass