Skip to content

Commit

Permalink
mm-footer complete
Browse files Browse the repository at this point in the history
- Remove polyfill-next selectors
  • Loading branch information
anthonykoerber authored and Dan Lasky committed Jun 16, 2015
1 parent 9868f9c commit f2c8e2b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/mm-footer/mm-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
padding: 15px;
}

polyfill-next-selector { content: '.right-box > *'; }
.right-box ::content > * {
.right-box > ::content > * {
margin-left: 10px;
}

polyfill-next-selector { content: '.left-box > *'; }
.left-box ::content > * {
.left-box > ::content > * {
margin-right: 10px;
}

0 comments on commit f2c8e2b

Please sign in to comment.