This is the final tag on the leafo/scssphp repo.
PHP requirements downgraded to 5.4+ for this repo/package only.
Please go to https://github.com/scssphp/scssphp for the latest version (bug fixes, enhancements, etc).
Changes since v0.8.3:
- Support parent selector and selector functions (@Cerdic)
- Improve
and
/or
compatibility (@robocoder) - Backslash newline fix (@Netmosfera, @Cerdic)
- Variable nesting/scoping issue (@dleffler, @Cerdic)
- Interpolation in block comments (@vicary, @Cerdic)
- Parser should match some utf8 symbols (@ostrolucky, @Cerdic)
- Incorrectly evaluating expressions within Unicode range (@timknight, @Cerdic)
- Problem with first comment on ampersand-nested class (@blackgearit, @Cerdic)
- Parsing missing http(s) protocol from
url()
(@sebastianwebb, @robocoder) - Add source column to thrown error message (@slprime, @robocoder)
- Detect invalid CSS outside of selector (@JMitnik, @robocoder)