Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

single-text-shadow wrong output #56

Open erzki opened 9 years ago

erzki commented 9 years ago
$default-text-shadow-color: 999;
$default-text-shadow-blur: 5px;

@include single-text-shadow;

Output

text-shadow: 0px 0px 5px false #999;

The false for spread is not valid css.