bar.scss
15 Bytes
-
Add test coverage for existing custom importer return semantics · 7a060a76
Custom importers are expected to return `sass.NULL` to noop. However it appears we currently also allow `null`, `false`, and `undefined`. This patch adds test coverage over these caveats in case we unintentionally break BC.
xzyfer authored
×