🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

tailwindcss-fluid-container

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-fluid-container - npm Package Versions

4.0.0

Diff
benface
published 4.0.0 •

Changelog

Source

[4.0.0] - 2020-05-10

Changed

  • The 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.3

Removed

  • Removed the responsiveMaxWidth and responsivePadding options; set maxWidth and/or padding to an object instead
benface
published 3.1.1 •

Changelog

Source

[3.1.1] - 2020-02-14

Added

  • Added shorthand m-* and p-* utilities matching the container’s padding
benface
published 3.1.0 •

Changelog

Source

[3.1.0] - 2020-02-13

Added

  • Added vertical margin and padding utilities matching the container’s padding
benface
published 3.0.0 •

Changelog

Source

[3.0.0] - 2020-02-05

Added

  • Arbitrary screen sizes that don’t exist in the theme (e.g. 400px) are now allowed in responsiveMaxWidth and responsivePadding

Changed

  • Changed to use Tailwind 1.2’s new plugin definition syntax
benface
published 2.1.0 •

Changelog

Source

[2.1.0] - 2019-09-01

Added

  • Added a responsiveMaxWidth container setting, which works similarly to responsivePadding
benface
published 2.0.0 •

Changelog

Source

[2.0.0] - 2019-05-13

benface
published 2.0.0-beta.1 •

Changelog

Source

Changed since 2.0.0-beta.1

  • Added support for global variants thanks to Tailwind’s variants() helper function

Added since 1.x

  • Tailwind 1.0.0 compatibility
  • Added options to enable/disable the utilities

Changed since 1.x

  • Most of the config options have been moved to the theme and variants objects in your Tailwind config (see README for more info)
  • Container class names now always include the word 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-)
benface
published 1.0.0 •

Changelog

Source

[1.0.0] - 2019-02-17

Initial release