Skip to content

Commit 0518a76

Browse files
committed
feat(style): adding text-balance class
1 parent f92d2e1 commit 0518a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,8 @@
7878
@apply bg-background text-foreground;
7979
font-feature-settings: "rlig" 1, "calt" 1;
8080
}
81+
/* This experimental utility class see: https://github.com/tailwindlabs/tailwindcss/pull/11320 */
82+
.text-balance {
83+
text-wrap: balance;
84+
}
8185
}

0 commit comments

Comments
 (0)