Containers do not use Tailwind's container configuration #129
Unanswered
Kturva
asked this question in
Feature Requests
Replies: 2 comments
-
I think this is a very opinionated thing. Personally I prefer the way flux does it (I've done it with these classes myself) and feel these work better in applications than tailwinds container. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Kturva thanks for reporting! I have converted this issue to a feature request for now, so we can focus on fixing any bugs first. |
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
-
Currently containers from
flux:container
,flux:header
andflux:main
are hard coded tomx-auto w-full max-w-7xl
. It might be better to default to user's Tailwind's configuration (https://tailwindcss.com/docs/container) to avoid having to publish and edit the stubs.Beta Was this translation helpful? Give feedback.
All reactions