Skip to content

Releases: codebymikey/node-sass-conditional-importer

v2.0.1

17 Nov 23:25
Compare
Choose a tag to compare

2.0.1 (2020-11-17)

Bug Fixes

  • readme: remove the travis-ci badge (3b1187d)

v2.0.0

17 Nov 23:13
Compare
Choose a tag to compare

2.0.0 (2020-11-17)

Bug Fixes

  • babel: add support for commonjs requires. (56b0148)
  • importer: return null when the override file could not be found (49bf9f9)

BREAKING CHANGES

  • babel: Existing imports will have to change from
const conditionalImporter = require('node-sass-conditional-importer').default;

to

const conditionalImporter = require('node-sass-conditional-importer');
  • importer: existing behaviour might change if there were other importers being applied after
    this one.

v1.0.0

16 Nov 21:26
Compare
Choose a tag to compare

1.0.0 (2020-11-16)

Features