Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Add tailwind utility 'h-screen-dvh'
Browse files Browse the repository at this point in the history
  • Loading branch information
MinSeungHyun committed Dec 29, 2023
1 parent be7d587 commit 970d561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ const pluginConfig = plugin.withOptions(
lineHeight: '10px',
letterSpacing: '-0.24px',
},
'.h-screen-dvh': {
height: ['100vh', '100dvh'],
},
});
};
},
Expand Down

0 comments on commit 970d561

Please sign in to comment.