Adds test case for css regions.

This commit is contained in:
Rachel Nabors 2012-04-30 23:05:54 -04:00
parent 71b1cd9aae
commit 451046848c

View File

@ -0,0 +1,4 @@
@import "compass/css3/regions";
.source { @include flow-into(target); }
.target { @include flow-from(source); }