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 currenly following the old approach of using css stylesheets which is not ideal for global scope and dynamic styling. After some investigation, it would be more beneficial for our project to migrate to styled-components, for meeting the previously mentioned requirements as well as creating a reusable design system with theming and using SASS syntax.
I propose we start with migrating our smallest components whose styling scope changes won't largely affect other areas in code.
The text was updated successfully, but these errors were encountered:
We are currenly following the old approach of using css stylesheets which is not ideal for global scope and dynamic styling. After some investigation, it would be more beneficial for our project to migrate to styled-components, for meeting the previously mentioned requirements as well as creating a reusable design system with theming and using SASS syntax.
I propose we start with migrating our smallest components whose styling scope changes won't largely affect other areas in code.
The text was updated successfully, but these errors were encountered: