Skip to content

Commit

Permalink
fix: add frequently missing classes to unocss safelist (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
kermanx authored Dec 4, 2024
1 parent b2b7347 commit 1562e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client/uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export default defineConfig({
safelist: [
'!opacity-0',
'prose',
// See https://github.com/slidevjs/slidev/issues/1705
'grid-rows-[1fr_max-content]',
'grid-cols-[1fr_max-content]',
],
shortcuts: {
'bg-main': 'bg-white dark:bg-[#121212]',
Expand Down

0 comments on commit 1562e00

Please sign in to comment.