From e8d249fa38b30fb97b86ce2b0d4469b64f4b62f3 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 1 Feb 2009 14:13:58 -0800 Subject: [PATCH] Better comments/instructions on the compass project stylesheets. --- frameworks/compass/templates/project/grid.png | Bin 206 -> 0 bytes frameworks/compass/templates/project/ie.sass | 7 +++++-- frameworks/compass/templates/project/print.sass | 6 ++++-- frameworks/compass/templates/project/screen.sass | 7 +++++-- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 frameworks/compass/templates/project/grid.png diff --git a/frameworks/compass/templates/project/grid.png b/frameworks/compass/templates/project/grid.png deleted file mode 100644 index 129d4a29fbe92688aabed5638e0c4f73a7bca818..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^8bB<>!3HEX<>xE|QY^(zo*^7SP{WbZ0pxQQctjR6 zFmQbUVMeDlCNqG7G9|7NCBgY=CFO}lsSJ)O`AMk?Zka`?<@rU~#R|^B#xt(DF$2|k zc)B=-cyuP$eEj#lzKxOL5tEL~%H%~Gtu@#d^DPnSv6>KM@XEpK;0k6FVdQ&MBb@06Zo?vj6}9 diff --git a/frameworks/compass/templates/project/ie.sass b/frameworks/compass/templates/project/ie.sass index dc805b49..b38d08b4 100644 --- a/frameworks/compass/templates/project/ie.sass +++ b/frameworks/compass/templates/project/ie.sass @@ -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: + diff --git a/frameworks/compass/templates/project/print.sass b/frameworks/compass/templates/project/print.sass index 54a7d9b5..34991cab 100644 --- a/frameworks/compass/templates/project/print.sass +++ b/frameworks/compass/templates/project/print.sass @@ -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: + + diff --git a/frameworks/compass/templates/project/screen.sass b/frameworks/compass/templates/project/screen.sass index c27c19da..7afbf738 100644 --- a/frameworks/compass/templates/project/screen.sass +++ b/frameworks/compass/templates/project/screen.sass @@ -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: + + @import compass/reset.sass