css: fix stylelint complaints.

This commit is contained in:
evazion
2022-01-08 12:27:19 -06:00
parent 3bf65d1378
commit d900e15dcc
13 changed files with 29 additions and 34 deletions

View File

@@ -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; }