Adds test css for css regions.
This commit is contained in:
parent
bc3080faf8
commit
6dd2404378
7
test/fixtures/stylesheets/compass/css/regions.css
vendored
Normal file
7
test/fixtures/stylesheets/compass/css/regions.css
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
.source {
|
||||
-webkit-flow-into: target;
|
||||
-ms-flow-into: target; }
|
||||
|
||||
.new-container {
|
||||
-webkit-flow-from: target;
|
||||
-ms-flow-from: target; }
|
Loading…
Reference in New Issue
Block a user