Skip to content

Commit f7289a4

Browse files
authored
chore: disable the daisyui output (#47)
1 parent f001b87 commit f7289a4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

examples/cloud_provider/production_react_netlify/tailwind.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
},
77
daisyui: {
88
themes: ['lofi'],
9+
logs: false,
910
},
1011
plugins: [require('daisyui')],
1112
}

examples/cloud_provider/production_react_vercel/tailwind.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
},
77
daisyui: {
88
themes: ['lofi'],
9+
logs: false,
910
},
1011
plugins: [require('daisyui')],
1112
}

examples/production_react/tailwind.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
},
77
daisyui: {
88
themes: ['lofi'],
9+
logs: false,
910
},
1011
plugins: [require('daisyui')],
1112
}

template_content/{% if use_tailwind %}tailwind.config.cjs{% endif %}.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
{% if use_daisy_ui -%}
88
daisyui: {
99
themes: ['lofi'],
10+
logs: false,
1011
},
1112
plugins: [require('daisyui')],
1213
{%- endif %}

0 commit comments

Comments
 (0)