Introducing Sass Modules
Sass just launched a major new feature you might recognize from other languages: a module system. This is a big step forward for @import
. one of the most-used Sass-features. While the current @import
rule allows you to pull …