Replies: 1 comment
-
For the time being, I have just added the following lines: @layer utilities {
@responsive {
.container-0 {
max-width: 100%;
},
.container-none {
max-width: 100%;
}
}
} to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Although
container
class is used with responsive variants, explicit "reset to full width" option is not available. A responsive variant ofmax-w-full
has to be used. For example:Wouldn't it be more elegant/practical/easy-to-find-out by using something like
container-{0|none}
i.e.A note, about how it could be reset, would also be added in the doc.
Beta Was this translation helpful? Give feedback.
All reactions