Query container with Tailwind

Hi, I have activated the plugin but it does not work, I have also added the corresponding line in the Tailwind configuration:
plugins: [
require(‘@tailwindcss/container-queries’),
],

Should I do something else?

Hi @ajjulian,

Welcome to the community :slight_smile:

You don’t need to add the Tailwind container queries plugin, as we already provide it below the config code editor:

Hope this helps!

Hi, thanks for your quick response, it’s just the first thing I thought about and tried, but it doesn’t work for me either.

Hello @ajjulian,

Thanks for bringing this up.
Indeed, there is currently an issue with the stylesheet we generate to apply Tailwind styles on the backend which is breaking the rule.
You should be able to see the properties apply correctly on the frontend.

We will have a fix for this in the next update.

Thanks for your understanding.

Cheers,

Once again, thank you for bringing this to our attention @ajjulian!

This should now be fixed with 1.4.0.1:

Kindly let me know if this is the case on your end.

Thank you in advance.