Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit ba3a2cd

Browse files
committed
feat(flex): add justify-space-evenly
1 parent e0a1b08 commit ba3a2cd

File tree

1 file changed

+4
-0
lines changed
  • packages/svelte-materialify/src/styles/generic

1 file changed

+4
-0
lines changed

packages/svelte-materialify/src/styles/generic/_flex.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
justify-content: space-around;
5353
}
5454

55+
.justify-space-evenly {
56+
justify-content: space-evenly;
57+
}
58+
5559
@include create_breakpoints() using ($screen_size) {
5660
.justify-#{$screen_size}-start {
5761
justify-content: flex-start;

0 commit comments

Comments
 (0)