We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8aafd commit 8947d4dCopy full SHA for 8947d4d
1 file changed
packages/panda-san/src/core/font.scss
@@ -20,3 +20,19 @@ body {
20
}
21
22
23
+
24
+.is-uppercase {
25
+ text-transform: uppercase;
26
+}
27
28
+.has-text-underline {
29
+ text-decoration: underline;
30
31
32
+.has-border-underline {
33
+ border-bottom: solid 0.25rem;
34
35
36
+.has-highlighted-underline {
37
+ border-bottom: solid 0.25rem $primary-color;
38
0 commit comments