Skip to content

Commit f869139

Browse files
committed
fix: move fontSize to theme extend
1 parent 8bcb587 commit f869139

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

site/tailwind.config.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ module.exports = {
77
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
88
important: ["#root", "#storybook-root"],
99
theme: {
10-
fontSize: {
11-
"2xs": ["0.626rem", "0.875rem"],
12-
xs: ["0.75rem", "1rem"],
13-
sm: ["0.875rem", "1.5rem"],
14-
"3xl": ["2rem", "2.5rem"],
15-
},
1610
extend: {
11+
fontSize: {
12+
"2xs": ["0.626rem", "0.875rem"],
13+
sm: ["0.875rem", "1.5rem"],
14+
"3xl": ["2rem", "2.5rem"],
15+
},
1716
borderRadius: {
1817
lg: "var(--radius)",
1918
md: "calc(var(--radius) - 2px)",

0 commit comments

Comments
 (0)