You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
For example add
lg:bg-amber-300
to yourfrontend.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!
The text was updated successfully, but these errors were encountered: