Sass: The @import Directive
Excerpt of the original article.
«One way to writer DRYer code is to separate concerns and keep related code in separate files. This allows you to maintain code in one file as opposed to maintaining the same code over several or many files.»
Read more on