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

Skip to content

Commit 230244e

Browse files
committed
fix: remove fontSize
1 parent e4d3feb commit 230244e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/tailwind.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const colors = require("tailwindcss/colors");
2-
31
/** @type {import('tailwindcss').Config} */
42
module.exports = {
53
corePlugins: {
@@ -10,7 +8,6 @@ module.exports = {
108
important: "#root",
119
theme: {
1210
fontSize: {
13-
sm: ["0.875rem", "1.5rem"],
1411
"3xl": ["2rem", "2.5rem"],
1512
},
1613
extend: {

0 commit comments

Comments
 (0)