To install Sass 1.105.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
-
Add support for first-class modules. These can be accessed using the new
meta.load()andmeta.get-module()functions, and may be passed as the$moduleargument to numerous eistingsass:metafunctions. -
Add the
meta.css()mixin, which includes CSS from a first-class module.
JS API
- Add a
SassModuleclass and a correspondingValue.assertModule()method.
Dart API
- Add a
SassModuleclass and a correspondingValue.assertModule()method.
See the full changelog for changes in earlier releases.