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
Improve the consistency of code and make it more readable by doing the following:
Use @media blocks to wrap columns in media queries, as opposed to the $breakpoint mixin argument. This will make the code easier to understand as it is already familiar.
Expand all mixin arguments onto separate lines so they reads more like CSS.
The text was updated successfully, but these errors were encountered:
Improve the consistency of code and make it more readable by doing the following:
@media
blocks to wrap columns in media queries, as opposed to the$breakpoint
mixin argument. This will make the code easier to understand as it is already familiar.The text was updated successfully, but these errors were encountered: