New Sass Module System
Module System Preview http://sass.logdown.com/posts/7838155-module-system-preview
Super exciting news from Natalie Weizenbaum of the Sass team. This will fundamentally change how imports work moving forward in Sass. I recommend reading the Request for Comments for a breakdown of what’s coming. Some keys takeaways:
@import
will be replaced with@use
and@forward
@use
only executes once (no more tracking down mistaken double imports)- imports will be name spaced (don’t need to worry about overwriting variables)