Fix a couple of stylelint violations

This commit is contained in:
jvoisin
2020-12-23 18:14:42 +01:00
parent e829e7a064
commit 334b3fc636
5 changed files with 18 additions and 18 deletions

View File

@@ -6,18 +6,21 @@
.icon--24 {
--size: 1.5rem;
width: var(--size);
height: var(--size);
}
.icon--20 {
--size: 1.25rem;
width: var(--size);
height: var(--size);
}
.icon--18 {
--size: 1.125rem;
width: var(--size);
height: var(--size);
}