Skip to content

Commit 42a2435

Browse files
tailwind:css savelist update, rebuild css
1 parent e225050 commit 42a2435

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dockflare/app/static/css/output.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.

dockflare/tailwind.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ module.exports = {
99
},
1010
plugins: [
1111
require("daisyui"),
12+
],
13+
safelist: [
14+
'h-3',
15+
'w-3',
16+
'inline-block',
17+
'mr-1',
18+
'text-info',
1219
],
1320
daisyui: {
1421
themes: [

0 commit comments

Comments
 (0)