app/assets/stylesheets/css3/_box-shadow.scss in wiskey-0.0.3 vs app/assets/stylesheets/css3/_box-shadow.scss in wiskey-0.0.4

- old
+ new

@@ -1,3 +1,4 @@ @mixin box-shadow($params) { - @include experimental(box-shadow, $params, -moz, -webkit, -o, not -ms, not -khtml, official); + @include experimental(box-shadow, $params, + -moz, -webkit, -o, not -ms, not -khtml, official); }