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
CSS has come a long way, e.g. introducing variables. We should audit our usage of SCSS, enumerate the features we're using, and evaluate them against their vanilla CSS alternatives. If there won't be any degradation in DX, we should migrate off vanilla SCSS entirely. This will simplify our build step, remove a dependency, and theoretically expand the pool of developers who will be familiar with our styling layer.
The text was updated successfully, but these errors were encountered:
CSS has come a long way, e.g. introducing variables. We should audit our usage of SCSS, enumerate the features we're using, and evaluate them against their vanilla CSS alternatives. If there won't be any degradation in DX, we should migrate off vanilla SCSS entirely. This will simplify our build step, remove a dependency, and theoretically expand the pool of developers who will be familiar with our styling layer.
The text was updated successfully, but these errors were encountered: