Skip to content

Commit dfb38f8

Browse files
committed
chore: modify tailwind config
1 parent 1b47bf7 commit dfb38f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tailwind.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ module.exports = {
2929
typography: (theme) => ({
3030
DEFAULT: {
3131
css: {
32-
'h2,h3,h4': {
33-
'scroll-margin-top': 'var(--scroll-mt)',
34-
},
3532
'hr, thead, tbody tr': { borderColor: theme('colors.neutral.300') },
3633
'blockquote p:first-of-type::before': false,
3734
'blockquote p:last-of-type::after': false,
@@ -45,7 +42,7 @@ module.exports = {
4542
},
4643
plugins: [
4744
typography,
48-
({ addComponents, addUtilities }) => {
45+
({ addUtilities }) => {
4946
addUtilities(
5047
{
5148
'.no-scrollbar': {

0 commit comments

Comments
 (0)