Skip to content

Commit bab896d

Browse files
authored
feat: tailwind safelist (#205)
1 parent 1c38c68 commit bab896d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ module.exports = {
5757
},
5858
plugins: [require("@tailwindcss/typography")],
5959
safelist: [
60+
"md:border-0",
61+
"md:border-r",
62+
"md:w-48",
6063
{
6164
pattern: /gap-+/,
6265
variants: ["lg"],

0 commit comments

Comments
 (0)