gonzales-pe
Advanced tools
Changelog
18.05.2016, version 3.3.2
:star: Added AppVeyor badge.
:green_apple: Fixed build file to glue multiple syntaxes into one file.
:green_apple: Fixed parsing of functions inside urls in Sass.
:green_apple: Fixed parsing of mulitple keyframe selectors in CSS, Sass and SCSS.
:green_apple: Fixed parsing of parent selector as property in Sass and SCSS.
:green_apple: Fixed parsing of parent selector inside interpolations in Sass and SCSS.
Changelog
29.04.2016, version 3.3.1
:star: Added config for AppVeyor to run automated tests on Windows.
:green_apple: Fix installation for Windows.
Changelog
28.04.2016, version 3.2.7
:green_apple: Fixed typos and example in documentation.
:green_apple: Fixed parsing of functions inside urls in SCSS.
:green_apple: Fixed parsing of selectors starting with combinators in Sass, SCSS
and Less.
:green_apple: Fixed incorrect CRLF line numbers.
:green_apple: Fixed parsing of extends that sometimes were incorrectly parsed
as atrules.
Changelog
07.02.2016, version 3.2.6
:green_apple: Fixed the issue with installation of the package with npm@3.
Changelog
07.02.2016, version 3.2.5
:green_apple: Fixed parsing of nested multiline selectors group.
Changelog
07.02.2016, version 3.2.3
:star: Modified npm test
to remove .DS_Store
files before running tests.
:star: Updated Travis config to use Node@5.0.
:star: Updated Travis config to include compiler info.
:star: Made it possible to build files if module is installed from github.
:green_apple: Fixed parsing of interpolation content in Sass and SCSS.
:green_apple: Fixed parsing of interpolation as part of parent selector
extension in Sass and SCSS.
:green_apple: Fixed issue with keyframeSelector in includes in SCSS.