1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Merge branch 'master' into scss

This commit is contained in:
Nathan Weizenbaum 2010-03-29 19:08:19 -07:00
commit 1cde7cdd77

View file

@ -59,7 +59,7 @@ MSG
"@import foo.sass" => <<MSG,
File to import not found or unreadable: foo.sass.
Load paths:
test/sass
#{Haml::Util.scope("test/sass")}
.
MSG
"@import templates/basic\n foo" => "Illegal nesting: Nothing may be nested beneath import directives.",