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
Tommy Vo Tran edited this page Feb 1, 2022
·
4 revisions
We use two styling methods.
Emotion - basically lets you do like-inline CSS styling in a React component
CSS Modules - lets you declare a namespace (similar to C++) for selectors like MyNav or ErrorButton. Namespaces are stored as files that end in .module.css.