Skip to content

lg and other breakpoints don't work in tailwind plugin with blocks #10

@vitasha10

Description

@vitasha10

For example add lg:bg-amber-300 to your frontend.js. It won't work.
But if we add in browser with inspector
@media (min-width: 1024px) .my-unique-plugin-wrapper-class .lg\:bg-black {
we added ".my-unique-plugin-wrapper-class".
It will work.

There is no solve with usual tailwind!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions