tailwindcss-fluid-container
Advanced tools
Changelog
[4.0.0] - 2020-05-10
maxWidth
and padding
options can now be set to an object to provide a default
value and breakpoint-specific overrides, like the core container
plugin since Tailwind v1.3responsiveMaxWidth
and responsivePadding
options; set maxWidth
and/or padding
to an object insteadChangelog
[3.1.1] - 2020-02-14
m-*
and p-*
utilities matching the container’s paddingChangelog
[3.1.0] - 2020-02-13
Changelog
[3.0.0] - 2020-02-05
400px
) are now allowed in responsiveMaxWidth
and responsivePadding
Changelog
[2.1.0] - 2019-09-01
responsiveMaxWidth
container setting, which works similarly to responsivePadding
Changelog
Changed since 2.0.0-beta.1
variants()
helper functiontheme
and variants
objects in your Tailwind config (see README
for more info)container
; you can however customize the suffix (the keys in the theme.fluidContainer
object, where default
means no suffix) and the component prefix (which still defaults to c-
)