diff --git a/test/fixtures/stylesheets/compass/css/regions.css b/test/fixtures/stylesheets/compass/css/regions.css new file mode 100644 index 00000000..b85ea0ce --- /dev/null +++ b/test/fixtures/stylesheets/compass/css/regions.css @@ -0,0 +1,7 @@ +.source { + -webkit-flow-into: target; + -ms-flow-into: target; } + +.new-container { + -webkit-flow-from: target; + -ms-flow-from: target; }