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
The syntax of either one will be the same, but there are a couple tradeoffs either way. Sass is a little more familiar and leaves your markup/components alone (more traditional). However, React plays really well with new-fangled CSS-in-JS libraries like styled-components, and it enforces "put your styles with your markup" by design.
We need to make a decision on which way to go, then:
The syntax of either one will be the same, but there are a couple tradeoffs either way. Sass is a little more familiar and leaves your markup/components alone (more traditional). However, React plays really well with new-fangled CSS-in-JS libraries like styled-components, and it enforces "put your styles with your markup" by design.
We need to make a decision on which way to go, then:
The text was updated successfully, but these errors were encountered: