1
1
mirror of https://github.com/primer/css.git synced 2025-01-03 03:34:16 +03:00

fix length modifiers

This commit is contained in:
Joel Califa 2017-11-09 11:49:18 -05:00
parent 8b99d32a5a
commit 4956549160

View File

@ -55,11 +55,11 @@
position: absolute;
}
&.AvatarStack-two {
&.AvatarStack--two {
min-width: 36px;
}
&.AvatarStack-three-plus {
&.AvatarStack--three-plus {
min-width: 46px;
}
}