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 downside of using CSS libraries is that you use them by putting HTML classes all over the place, resulting in not-very-DRY code. The advantage of SASS is that it gives you tools to circumvent all that. For instance: could you use SASS to say, "make every div an input-field" instead of having to write <div class="input-field"> a zillion times?