Releases: maoberlehner/node-sass-magic-importer
Releases · maoberlehner/node-sass-magic-importer
3.0.0
- 0888f39 Update the node-sass-selector-importer package to version 4.0.0. This changes the way how nested selectors are handled – they are now imported automatically with the parent selector.
2.1.4
- 5abec1a Update to the latest selector importer version to fix problems with importing escaped selectors.
2.1.3
- 3759fe8 Return a file path with selector filtered contents for prev file resolving. Change the combined test to not use bootstrap alert two times – because it is buggy.
Minor changes
2.1.2
Minor changes
- 1d9cc8a Change resolve return docblock to "Importer object or null.".
- 73148ea Update npm dependencies including importer packages.
- 584d663 Update node-sass for node 7 compatibility.
- c826397 Use consistent markdown style.
2.1.0
- e23042a Add a separate CLI script because CLI compatibility was broken because of commit bb4775c.
2.0.0
- bb4775c The node module now returns a function which returns the node-sass custom importer function when executed.