From f69219716fdaf8fe554084d5b14e9f5740767859 Mon Sep 17 00:00:00 2001 From: Rachel Nabors Date: Tue, 1 May 2012 00:57:19 -0400 Subject: [PATCH] cleans up missed var. --- frameworks/compass/stylesheets/compass/css3/_regions.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/compass/stylesheets/compass/css3/_regions.scss b/frameworks/compass/stylesheets/compass/css3/_regions.scss index 2dda3533..818f204f 100644 --- a/frameworks/compass/stylesheets/compass/css3/_regions.scss +++ b/frameworks/compass/stylesheets/compass/css3/_regions.scss @@ -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 );