Better comments/instructions on the compass project stylesheets.
This commit is contained in:
parent
359be7e46e
commit
e8d249fa38
Binary file not shown.
Before Width: | Height: | Size: 206 B |
@ -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]-->
|
||||
|
@ -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" />
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user