cleans up missed var.
This commit is contained in:
parent
a5c8858d27
commit
f69219716f
@ -8,12 +8,14 @@
|
||||
// [CSS-Tricks](http://css-tricks.com/content-folding/)
|
||||
|
||||
@mixin flow-into($target) {
|
||||
$target: unquote($target);
|
||||
@include experimental(flow-into, $target,
|
||||
not -moz, -webkit, not -o, -ms, not -khtml, not official
|
||||
);
|
||||
}
|
||||
|
||||
@mixin flow-from($target) {
|
||||
$target: unquote($target);
|
||||
@include experimental(flow-from, $source,
|
||||
not -moz, -webkit, not -o, -ms, not -khtml, not official
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user