chore: run stylelint on our css files

This commit is contained in:
Gabe Kangas
2023-06-20 20:56:37 -07:00
parent 8c968ff676
commit ccb9b5d075
37 changed files with 142 additions and 98 deletions

View File

@@ -3,6 +3,7 @@
align-items: center;
justify-content: center;
width: max-content;
svg {
width: clamp(2.5rem, 8vw, 50px);
height: clamp(2.5rem, 8vw, 50px);
@@ -12,6 +13,7 @@
.contrast {
padding: 5px;
border-radius: 50%;
svg {
width: clamp(2rem, 7vw, 40px);
height: clamp(2rem, 7vw, 40px);
@@ -20,6 +22,7 @@
.simple {
background-color: transparent;
svg {
width: clamp(2.5rem, 8vw, 50px);
height: clamp(2.5rem, 8vw, 50px);