Some updates from haml with respect to @charset handling.

This commit is contained in:
Chris Eppstein 2010-11-12 08:52:22 -08:00
parent e50dc8054e
commit b305ab049a
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
@charset "UTF-8";
.hbox {
display: -moz-box;
display: -webkit-box;

View File

@ -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%);