Skip to content

Commit

Permalink
fix: safelist primary background (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Nov 13, 2024
1 parent d2bd18f commit 1f9421b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/static/unfold/css/styles.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ module.exports = {
"md:border-0",
"md:border-r",
"md:w-48",
{
pattern: /bg-primary-+/
},
{
pattern: /gap-+/,
variants: ["lg"],
Expand Down

0 comments on commit 1f9421b

Please sign in to comment.