Changes .target to .new-container for clarity.

This commit is contained in:
Rachel Nabors 2012-05-01 12:01:23 -04:00
parent 387e8a8cc2
commit 5710d6d66e

View File

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