takes care of that pesky that should be

This commit is contained in:
Rachel Nabors 2012-05-01 11:53:31 -04:00
parent e093cd2c84
commit 387e8a8cc2

View File

@ -16,7 +16,7 @@
@mixin flow-from($target) {
$target: unquote($target);
@include experimental(flow-from, $source,
@include experimental(flow-from, $target,
not -moz, -webkit, not -o, -ms, not -khtml, not official
);
}