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

Merge branch 'stable'

This commit is contained in:
Nathan Weizenbaum 2010-01-02 18:18:01 -08:00
commit 06fa47a576

View file

@ -458,8 +458,8 @@ For example,
would compile to
.foo
color: #f00
.foo {
color: #f00; }
whereas
@ -467,7 +467,7 @@ whereas
would compile to
@import foo.css
@import foo.css;
Finally,