Skip to content

Releases: dgknca/tailwindcss-container-query

v1.1.0

24 Jun 16:19
b935654
Compare
Choose a tag to compare

This version enables the experimental matchVariant feature that comes with tailwindcss v3.1.0. You can now use .cq-w-[240px]:w-12.

IMPORTANT: Make sure that you are not overriding experimental feature. If you want to add another experimental flag, make sure you also add matchVariant: true in your config file. If you don't have the experimental key, it's fine too.

For instance:

{
  experimental: ['optimizeUniversalDefaults', 'variantGrouping', 'matchVariant'],
  theme: { ....

v1.0.1

21 Feb 18:07
Compare
Choose a tag to compare

fixed named container query output #6 33be651

v1.0.0

10 Dec 21:07
Compare
Choose a tag to compare

Initial release!