gonzales-pe
Advanced tools
Changelog
22.10.2016, version 3.4.6
:green_apple: Changed parsing of ident
nodes which fixed issue with asterisks
being parsed as idents instead of operators.
:green_apple: Fixed capitalisation in Changelog.
Changelog
20.10.2016, version 3.4.5
:green_apple: Change parser to strip DOS newlines from comments.
:star: Add links to README.md.
Changelog
12.08.2016, version 3.4.4
:green_apple: Fixed parsing of numbers following interpolation in class selectors in Sass and SCSS.
Changelog
04.08.2016, version 3.4.2
:green_apple: Disable Google Closure Compiler due to some errors in parsing.
Changelog
27.07.2016, version 3.4.1
:star: Added publich script.
:green_apple: Fixed post-refactor error in Node#last method.
Changelog
27.07.2016, version 3.4.0
:star: Added unicode-range
and urange
node types in CSS, Less, Sass and SCSS.
:green_apple: Fixed parsing of trailing interpolation in compound selector in Sass and SCSS.
:green_apple: Fix parsing of hyphens after interpolation with parentSelectors in Sass and SCSS.
:green_apple: Added ESLint and moved linters to a separate script.
:green_apple: Fixed incorrect dimension wrap of unicode-ranges in CSS, Sass and SCSS.
:green_apple: Fixed parsing of hyphens in interpolated idents in Sass and SCSS.
:green_apple: Added compilation of JS using Google Closure.
Changelog
01.07.2016, version 3.3.6
:green_apple: Fixed parsing of nth selector without numbers before n
.
Changelog
21.06.2016, version 3.3.5
:green_apple: Fixed issue with content at-rule and keyframes in Sass and SCSS.
:green_apple: Fixed namespace attribute selector in CSS, Sass and SCSS.
:green_apple: Fixed issue with modulo operator in values in Sass.
:green_apple: Fixed usage of @content with keyframes in Sass and SCSS.
:green_apple: Fixed namespace attribute selector issue in CSS, Sass and SCSS.
:green_apple: Fixed parsing of interpolations in pseudo-classes in Sass and SCSS.
:green_apple: Fixed interpolated percentage keyframe selector issue in Sass and SCSS.
:green_apple: Updated Travis config to not include environment variables.