Skip to content

Releases: maoberlehner/node-sass-magic-importer

3.0.0

12 Dec 11:13
Compare
Choose a tag to compare
  • 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

12 Dec 11:15
Compare
Choose a tag to compare
  • 5abec1a Update to the latest selector importer version to fix problems with importing escaped selectors.

2.1.3

12 Dec 11:16
Compare
Choose a tag to compare
  • 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

22 Nov 18:32
Compare
Choose a tag to compare

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.1

01 Nov 11:45
Compare
Choose a tag to compare

2.1.0

01 Nov 11:28
Compare
Choose a tag to compare
  • e23042a Add a separate CLI script because CLI compatibility was broken because of commit bb4775c.

2.0.0

01 Nov 11:26
Compare
Choose a tag to compare
  • bb4775c The node module now returns a function which returns the node-sass custom importer function when executed.