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/)
|
// [CSS-Tricks](http://css-tricks.com/content-folding/)
|
||||||
|
|
||||||
@mixin flow-into($target) {
|
@mixin flow-into($target) {
|
||||||
|
$target: unquote($target);
|
||||||
@include experimental(flow-into, $target,
|
@include experimental(flow-into, $target,
|
||||||
not -moz, -webkit, not -o, -ms, not -khtml, not official
|
not -moz, -webkit, not -o, -ms, not -khtml, not official
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin flow-from($target) {
|
@mixin flow-from($target) {
|
||||||
|
$target: unquote($target);
|
||||||
@include experimental(flow-from, $source,
|
@include experimental(flow-from, $source,
|
||||||
not -moz, -webkit, not -o, -ms, not -khtml, not official
|
not -moz, -webkit, not -o, -ms, not -khtml, not official
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user