Some updates from haml with respect to @charset handling.
This commit is contained in:
parent
e50dc8054e
commit
b305ab049a
@ -1,4 +1,3 @@
|
||||
@charset "UTF-8";
|
||||
.hbox {
|
||||
display: -moz-box;
|
||||
display: -webkit-box;
|
||||
|
@ -1,4 +1,3 @@
|
||||
@charset "UTF-8";
|
||||
.linear-1 {
|
||||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
|
||||
background-image: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
|
||||
|
Loading…
Reference in New Issue
Block a user