cleans up missed var.

This commit is contained in:
Rachel Nabors 2012-05-01 00:57:19 -04:00
parent a5c8858d27
commit f69219716f

View File

@ -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
);