Skip to content

v2.0.0

Compare
Choose a tag to compare
@jgranstrom jgranstrom released this 02 Dec 19:19
· 15 commits to master since this release

npm install sass-extract@2

  • Parser replaced to support more advanced language features such as variable arguments
  • Better precision for complex variable definitions when used with mixins, functions and default overrides commonly found in scss frameworks and theme tools
  • Better precision for nested block global variables such as inside @if statements in @function
  • Plugins can now be configured on a per run basis using the extraction apis extract/render
  • Various compatibility fixes
  • List separators are exposed and used in serialization of variables for more consistent behavior
  • Tested against the entire scss source of foundation-sites (!)

See detailed changelog