mirror of
https://github.com/primer/css.git
synced 2024-12-03 03:33:40 +03:00
Add negative margins
This commit is contained in:
parent
d0c569c53e
commit
a4f79a9ebd
@ -8,6 +8,9 @@
|
||||
.mt#{$variant}-#{$scale} { margin-top: $size !important; }
|
||||
.mb#{$variant}-#{$scale} { margin-bottom: $size !important; }
|
||||
|
||||
.mt#{$variant}-n#{$scale} { margin-top: -$size !important; }
|
||||
.mb#{$variant}-n#{$scale} { margin-bottom: -$size !important; }
|
||||
|
||||
.my#{$variant}-#{$scale} {
|
||||
margin-top: $size !important;
|
||||
margin-bottom: $size !important;
|
||||
|
Loading…
Reference in New Issue
Block a user