Skip to content

Commit

Permalink
fix(Spacing): add missing !important declaration
Browse files Browse the repository at this point in the history
all trump/helper classes should have !important
  • Loading branch information
johnleider committed Nov 21, 2018
1 parent 18420db commit 862d593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vuetify/src/stylus/trumps/_spacing.styl
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
margin-right: auto !important

.mt-auto
margin-top: auto
margin-top: auto !important

.mr-auto
margin-right: auto
margin-right: auto !important

.mb-auto
margin-bottom: auto
margin-bottom: auto !important

.ml-auto
margin-left: auto
margin-left: auto !important

$i = 0
for $level, $spacer in $spacers
Expand Down

0 comments on commit 862d593

Please sign in to comment.