Adds test case for css regions.
This commit is contained in:
parent
71b1cd9aae
commit
451046848c
4
test/fixtures/stylesheets/compass/sass/regions.scss
vendored
Normal file
4
test/fixtures/stylesheets/compass/sass/regions.scss
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@import "compass/css3/regions";
|
||||||
|
|
||||||
|
.source { @include flow-into(target); }
|
||||||
|
.target { @include flow-from(source); }
|
Loading…
Reference in New Issue
Block a user