feat(collectionRepeat): automatically set width/height style to match collection-item-{width,height}

Closes #3034. Closes #1806.
This commit is contained in:
Andrew
2015-02-06 14:46:38 -07:00
parent 0145dc372d
commit 34e350b0b7
4 changed files with 19 additions and 6 deletions

View File

@@ -248,3 +248,9 @@
.dark-border {
border-color: $button-dark-border;
}
[collection-repeat] {
/* Position is set by transforms */
left: 0 !important;
position: absolute !important;
}