v2.0.2
Changes:
- Fixes an issue with aliases when run with the Opcache Preloader from PHP 7.4+ (#27)
- Fix usage of deprecated behaviours and methods in SCSS PHP filter (#25)
- Adds additional argument for registerFunction method to define argument declarations (fixes #11)
- Uses compileString() method for compilation as opposed to deprecated compile() method
- Uses addVariables() method for defining variables as opposed to deprecated setVariables() method
- Parses variables provided in the setVariables() filter method and converts to Scss values, avoiding the deprecated behavior of allowing raw variables