[v4] How to disable container? #16323
Answered
by
wongjn
lihanspace
asked this question in
Help
-
[v4] How to disable container? In v3 there was a /** @type {import('tailwindcss').Config} */
module.exports = {
corePlugins: {
container: false,
},
} |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Feb 7, 2025
Replies: 1 comment
-
No real way to disable it, you can only unset its properties: @utility container {
max-width: unset;
width: unset;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lihanspace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No real way to disable it, you can only unset its properties: