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
Add a modifier that is just applied to pwa/browsers to tailwind.
using the following media queries:
/* It targets only the app used within the browser */
@media (display-mode: browser) {
}
/* It targets only the app used with a system icon in standalone mode */
@media (display-mode: standalone) {
}
Add a modifier that is just applied to pwa/browsers to tailwind.
using the following media queries:
And making a plugin:
https://tailwindcss.com/docs/plugins#adding-variants
The text was updated successfully, but these errors were encountered: