Commit 835859ed by Mihkel Sokk

Update libsass for keyframe support

parent e5c3c8ae
Subproject commit 9c05850487ecc5ca187d204fcb9b1f443d66f0bf
Subproject commit a83ea468515f875d2a15791b25c5eb529cd12873
......@@ -10,7 +10,12 @@ var scssStr = '#navbar {\
#navbar li {\
float: left;\
a {\
font-weight: bold; }}';
font-weight: bold; }}\
@mixin keyAnimation($name, $attr, $value) {\
@-webkit-keyframes #{$name} {\
0% { #{$attr}: $value; }\
}\
}';
// Note that the bad
var badInput = '#navbar \n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment