Unquote the float argument for backwards compatibility.
This commit is contained in:
parent
bfed16a63b
commit
56b2353335
@ -14,4 +14,4 @@
|
||||
// Available as alternate syntax with just +float
|
||||
@mixin float($side: left) {
|
||||
display: inline;
|
||||
float: $side; }
|
||||
float: unquote($side); }
|
||||
|
Loading…
Reference in New Issue
Block a user