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:
commit
06fa47a576
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue