Tags: nullcatalyst/dart-sass
Tags
Add quietDeps and verbose to the JS API (sass#1353) To support this, we now run Node-Sass-style relative loads outside of the Node importer. This allows the evaluator to check whether a relative load succeeded and use that to determine whether the stylesheet counts as a dependency. See sass/sass#3065
D713
Fix extending selectors across multiple modules. (sass#1298) * Fix extending selectors across multiple modules. Allows more than one module to extend the same upstream selector that, in turn, extends a selector from its upstream module. Properly skips creating an extra extension that was being counted as unresolved when evaluating @extends. See sass/sass-spec#1635 Fixes sass#1295
PreviousNext