Skip to content

Commit 9fc33dd

Browse files
committed
Format code
1 parent f2d633c commit 9fc33dd

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

tailwind.config.js

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -78,28 +78,17 @@ const config = {
7878
md: "calc(var(--radius) - 2px)",
7979
sm: "calc(var(--radius) - 4px)",
8080
},
81-
typography(theme) {
82-
return {
83-
DEFAULT: {
84-
css: {
85-
code: {
86-
// color: theme("colors.slate.500"),
87-
// backgroundColor: theme('colors.stone.100'),
88-
// borderRadius: theme('borderRadius.DEFAULT'),
89-
// paddingLeft: theme("spacing[1.5]"),
90-
// paddingRight: theme("spacing[1.5]"),
91-
// paddingTop: theme("spacing.1"),
92-
// paddingBottom: theme("spacing.1"),
93-
},
94-
"code::before": {
95-
content: '""',
96-
},
97-
"code::after": {
98-
content: '""',
99-
},
81+
typography: {
82+
DEFAULT: {
83+
css: {
84+
"code::before": {
85+
content: '""',
86+
},
87+
"code::after": {
88+
content: '""',
10089
},
10190
},
102-
};
91+
},
10392
},
10493
},
10594
},

0 commit comments

Comments
 (0)