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've been using VE with nextjs recently and I love it but there's one little thing that I think is a nice feature.
when styling using only VE, I use a lot of globalStyle() because it can't nested styling, I think combining VE with CSS Module will improve the overall dev experience and performance in nextjs since CSS modules will tree shaken by default.
but I've no idea if it's possible to create plugin for bridging (import/export) generated classNames between VE and CSS Module(?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using VE with nextjs recently and I love it but there's one little thing that I think is a nice feature.
when styling using only VE, I use a lot of
globalStyle()
because it can't nested styling, I think combining VE with CSS Module will improve the overall dev experience and performance in nextjs since CSS modules will tree shaken by default.but I've no idea if it's possible to create plugin for bridging (import/export) generated classNames between VE and CSS Module(?)
Beta Was this translation helpful? Give feedback.
All reactions