2.0.1 (2020-11-17)
- readme: remove the travis-ci badge (3b1187d)
2.0.0 (2020-11-17)
- babel: add support for commonjs requires. (56b0148)
- importer: return null when the override file could not be found (49bf9f9)
- 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.
- initial release (96e6cd2)