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
We are migrating styling from styled-components to LESS CSS modules since styled-components is not working properly with Gatsby - it's returning some SSR conflicts between client and server generating classes. Then we decided to move styled-components code to LESS with CSS modules, preventing conflicts and leveraging old LESS CSS code.
Work required
Move styled-components styling to LESS CSS modules.
The text was updated successfully, but these errors were encountered:
Description
We are migrating styling from styled-components to LESS CSS modules since styled-components is not working properly with Gatsby - it's returning some SSR conflicts between client and server generating classes. Then we decided to move styled-components code to LESS with CSS modules, preventing conflicts and leveraging old LESS CSS code.
Work required
The text was updated successfully, but these errors were encountered: