Introducing Sass Modules | CSS-Tricks

(un fel de) Namespaces în Sass! Yay!

@use 'accoutrement/sass/tools' with (
  $font-path: '../fonts/',
);

Sass Modules are available as of October 1st, 2019 in Dart Sass 1.23.0 .

Este disponibil și un migration tool.

5 Likes