Skip to content

Commit

Permalink
chore(www): update with stylelint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Dec 13, 2021
1 parent 1bd2d9e commit 0c508d6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions www/src/components/Flex/Flex.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@

/// https://tailwindcss.com/docs/gap
.gap-0 {
gap: 0px;
gap: 0;
}

.gap-x-0 {
column-gap: 0px;
column-gap: 0;
}

.gap-y-0 {
row-gap: 0px;
row-gap: 0;
}

$index: 1;
Expand Down Expand Up @@ -93,10 +93,6 @@ $index: 1;
justify-content: space-around;
}

.justify-around {
justify-content: space-around;
}

.justify-evenly {
justify-content: space-evenly;
}
Expand Down

0 comments on commit 0c508d6

Please sign in to comment.