Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 1.29 KB

2.0.1 (2020-11-17)

Bug Fixes

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

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.

1.0.0 (2020-11-16)

Features