diff --git a/frameworks/compass/templates/project/grid.png b/frameworks/compass/templates/project/grid.png deleted file mode 100644 index 129d4a29..00000000 Binary files a/frameworks/compass/templates/project/grid.png and /dev/null differ 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