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
I'am using tailwindcss-debug-screens (2.2.1) in nextjs 15. The classname "debug-screens" was added to the body only in production mode but the genereated css-styles are also added to the style-file. Is it possible to prevent this, because this lines are 396 chars. This is trash we dont need in production mode.
I'am using tailwindcss-debug-screens (2.2.1) in nextjs 15. The classname "debug-screens" was added to the body only in production mode but the genereated css-styles are also added to the style-file. Is it possible to prevent this, because this lines are 396 chars. This is trash we dont need in production mode.
.debug-screens:before{content:"screen: sm"}}@media (min-width:768px){.debug-screens:before{content:"screen: md"}}@media (min-width:1024px){.debug-screens:before{content:"screen: lg"}}@media (min-width:1280px){.debug-screens:before{content:"screen: xl"}}@media (min-width:1536px){.debug-screens:before{content:"screen: 2xl"}}@media (min-width:1920px){.debug-screens:before{content:"screen: 3xl"}}
The text was updated successfully, but these errors were encountered: