Skip to content

Commit

Permalink
feat: tailwind safelist (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Nov 24, 2023
1 parent 1c38c68 commit bab896d
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 @@ -57,6 +57,9 @@ module.exports = {
},
plugins: [require("@tailwindcss/typography")],
safelist: [
"md:border-0",
"md:border-r",
"md:w-48",
{
pattern: /gap-+/,
variants: ["lg"],
Expand Down

0 comments on commit bab896d

Please sign in to comment.