Skip to content

v0.3.2

Compare
Choose a tag to compare
@robocoder robocoder released this 04 Oct 16:36
· 500 commits to master since this release

Compatibility:

  • Fix @extend behavior when interpolating variable containing a selector list
  • Hoist @keyframes so children selectors will not be prefixed by parent selector
  • Don't wrap @import inside @media query (by @hitok)
  • Partial @at-root support; with: and without: not yet supported
  • Partial call() support; kwargs not yet supported
  • String-based keys mismatch in map functions
  • Short-circuit evaluation for and, or, and if()

Other:

  • Compiler: getParsedFiles() now includes the main file (by @dleffler)