From 523f742ca957afce8fc7d9ac0f6ba2c2af215d5e Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 21 Apr 2010 09:09:10 -0700 Subject: [PATCH] don't put the extension in the suggested import statement. --- doc-src/layouts/reference.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-src/layouts/reference.haml b/doc-src/layouts/reference.haml index 3cc486b4..35d36a6d 100644 --- a/doc-src/layouts/reference.haml +++ b/doc-src/layouts/reference.haml @@ -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/"