node-sass-magic-importer

Custom node-sass importer for selector specific imports, module importing, globbing support and importing files only once.

MIT License

Downloads
740.2K
Stars
292
Committers
9

Bot releases are visible (Hide)

node-sass-magic-importer - 2.1.3

Published by maoberlehner almost 8 years ago

  • 3759fe870457b1dfb6dc7f3749df87b48820bca4 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

  • 9cb1710d62eb955cb36b9896052b4796acf72074 Phrasing.
node-sass-magic-importer - 2.1.4

Published by maoberlehner almost 8 years ago

  • 5abec1a6cfabc78903255212ec01c4f0ef9d5865 Update to the latest selector importer version to fix problems with importing escaped selectors.
node-sass-magic-importer - 3.0.0

Published by maoberlehner almost 8 years ago

  • 0888f393c2c5e5fb7cd1b7d175b8604d69c3bacb 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.
node-sass-magic-importer - 2.1.2

Published by maoberlehner almost 8 years ago

Minor changes

  • 1d9cc8a7af599f4f161df4d1a9cb8d4a17068a63 Change resolve return docblock to "Importer object or null.".
  • 73148eaf9accc5b9bb8c70d23a88a276805d8179 Update npm dependencies including importer packages.
  • 584d663576b3bbf391ae02157a8ffa53aa546547 Update node-sass for node 7 compatibility.
  • c8263972c98a81190f5d2bad8998d06fadeb5c1e Use consistent markdown style.
node-sass-magic-importer - 2.1.1

Published by maoberlehner almost 8 years ago

  • d05235680a83ee07f00c81d1c8fe746b3f468910, 824012a3142fc0dfde8d4877db98b9a0f342db76 Add changelog and upgrading informations.
node-sass-magic-importer - 2.1.0

Published by maoberlehner almost 8 years ago

  • e23042aff26b0efefd141029f3f9db06ba78e38f Add a separate CLI script because CLI compatibility was broken because of commit bb4775c.
node-sass-magic-importer - 2.0.0

Published by maoberlehner almost 8 years ago

  • bb4775c97568b4044bcce8f5340c79c4e04c8d3d The node module now returns a function which returns the node-sass custom importer function when executed.