Skip to content

Commit

Permalink
feat(margin): update utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed Jan 31, 2018
1 parent f77f083 commit fb3b74c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions framework/utilities/ecl-u-margin/ecl-u-margin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
l = left
*/

/* stylelint-disable */
/* stylelint-disable max-nesting-depth */
@each $breakpoint in map-keys($ecl-grid-breakpoints) {
@include ecl-media-breakpoint-up($breakpoint) {
$infix: ecl-breakpoint-infix($breakpoint, $ecl-grid-breakpoints);
Expand All @@ -23,9 +23,7 @@
.ecl-u-ma#{$infix}-#{$key} {
margin: $value;
}
.ecl-test#{$infix} {
background: #f00 !important;
}

.ecl-u-mh#{$infix}-#{$key} {
margin-left: $value;
margin-right: $value;
Expand Down

0 comments on commit fb3b74c

Please sign in to comment.