Skip to content

Futura

Compare
Choose a tag to compare
@xzyfer xzyfer released this 06 Mar 11:45
· 396 commits to master since this release

Welcome the stable 3.5 LibSass release πŸŽ‰ πŸŽ‰ πŸŽ‰

This release contains most Sass 3.5 features, and many many bug fixes and optimisations.

Features

  • Implement trailing commas in parameters and arguments (#2070, @xzyfer)
  • Implement deprecation warning for ID strings that look like colors (#2302, @xzyfer)
  • Implement content-exists function (#2266, @xzyfer)
  • Implement support for passing var() to CSS functions (#2244, @xzyfer)
  • Implement first class functions (#2277 #2275, @xzyfer)
  • Implement nesting guard to avoid "out of stack space" (#2438, @mgreter)
  • Implement exponents for numbers (#2465, @mgreter)
  • Implement long file path support for Windows (#2477, @mgreter)
  • Implement case modifier for attribute selector (#2509, @mgreter)
  • Implement warning for double parent selectors (#2522, @mgreter)
  • Implement support for custom property syntax (#2076, @xzyfer)
  • Implement support for custom-property feature flag (#2076, @xzyfer)

Optimisations

Community

Fixes