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
scss allows you to separate your styling into different files. This can make it easier to read and potentially easier to maintain. Instead of a 400 line file, see if you can break it down into more digestible pieces.
Project-Greenfield/client/src/styles/overview.scss
Line 1 in 3cab74c
scss allows you to separate your styling into different files. This can make it easier to read and potentially easier to maintain. Instead of a 400 line file, see if you can break it down into more digestible pieces.
http://thesassway.com/beginner/how-to-structure-a-sass-project
The text was updated successfully, but these errors were encountered: