Organize SCSS into Multiple Files with Partials

Ari Picker
InstructorAri Picker

Share this video with your friends

Send Tweet

Tired of dealing with monolithic CSS files? Are requests for multiple CSS files hurting your performance? In this lesson we learn how to separate our styles with SCSS partials, and how SCSS imports compile to one file so there's only one request.