don't put the extension in the suggested import statement.

This commit is contained in:
Chris Eppstein 2010-04-21 09:09:10 -07:00
parent 5407cd4fb7
commit 523f742ca9

View File

@ -2,7 +2,7 @@
%p
This file can be imported using:
%code @import #{departialize(item[:stylesheet])}
%code @import "#{departialize(item[:stylesheet][0..-6])}"
%p
- gh_url = "http://github.com/chriseppstein/compass/blob/master/frameworks/"