Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 962045c

Browse files
committed
chore: add font sizes to Tailwind config
1 parent fcb4c2a commit 962045c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/tailwind.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module.exports = {
88
important: "#root",
99
theme: {
1010
fontSize: {
11+
"2xs": ["0.626rem","0.875rem"],
12+
sm: ["0.875rem", "1.5rem"],
1113
"3xl": ["2rem", "2.5rem"],
1214
},
1315
extend: {

0 commit comments

Comments
 (0)