Skip to content

0.12.8: Fix error from nested @function

Choose a tag to compare

@xzyfer xzyfer released this 14 May 04:12
· 35 commits to master since this release

v0.12.7 introduced a compact() polyfill by invalidly nesting it in a function-exists check. This invalid condition relied on a Node Sass bug which fixed in v3.5.0.

Fixes

  • Update node-sass dependency to a supported v3.x release (@xzyfer, #87)
  • Broken in node-sass@v3.5.0 (@xzyfer, #84)