css: fix stylelint complaints.
This commit is contained in:
@@ -43,7 +43,7 @@ $spacer: 0.25rem; /* 4px */
|
||||
.right-0\.5 { right: 0.5 * $spacer; }
|
||||
|
||||
.rounded-sm { border-radius: 0.5 * $spacer; }
|
||||
.rounded { border-radius: 1.0 * $spacer; }
|
||||
.rounded { border-radius: 1 * $spacer; }
|
||||
|
||||
.m-0 { margin: 0; }
|
||||
.m-px { margin: 1px; }
|
||||
|
||||
Reference in New Issue
Block a user