gonzales-pe
Advanced tools
Changelog
30.03.2020, version 4.3.0
:star: Added support for interpolation of custom properties in Sass. :green_apple: Updated minimist version to 1.2.5. :green_apple: Updated playground link to https.
Changelog
22.03.2019, version 4.2.4
:star: Renamed prepublish
script to prepublishOnly
.
:star: Updated link to playground.
:green_apple: Fixed badges.
:green_apple: Fixed content
guard in node.contains()
.
Changelog
28.09.2017, version 4.2.3
:green_apple: Fixed parsing of empty url()
in Sass and SCSS.
Changelog
30.08.2017, version 4.2.2
:green_apple: Fixed parsing of /deep/
in CSS, LESS, Sass and SCSS.
Changelog
23.08.2017, version 4.1.1
:star: Unified codebase style across syntaxes.
:green_apple: Fixed parsing of URLs in Sass and SCSS.
:green_apple: Fixed parsing of placeholders in Sass and SCSS.
:green_apple: Fixed parsing of interpolated values within type selectors in Sass and SCSS.
:green_apple: Fixed parsing of spacing within pseudo class arguments in all syntaxes.
:green_apple: Fixed parsing of parent selectors within parentheses in Sass and SCSS.
:star: Abstracted attribute tests for CSS, LESS, Sass and SCSS.
:green_apple: Fixed parsing of pseudo classes within keyframes in Sass and SCSS.
:green_apple: Fixed parsing of dimensions in LESS.
Changelog
20.11.2016, version 4.0.3
:green_apple: Fixed parsing of interpolations inside URI nodes in SCSS and Sass.
Changelog
17.11.2016, version 4.0.0
:japanese_ogre: Dropped support for Node < 4.
:japanese_ogre: Brought back postinstall
script that should allow installing
from GitHub.
:japanese_ogre: Made multiline comments in Sass consistent with other syntaxes
by removing closing */
from node's content.
:japanese_ogre: Implemented new node type, universalSelector
, which represents
*
. See docs
for more details.
:green_apple: Fixed parsing of comments in Sass.
:green_apple: Fixed parsing of keyframes inside includes in Sass.
:green_apple: Fixed parsing of flags in arguments in Sass and SCSS.
:green_apple: Fixed parsing of multiple declarations within arguments in SCSS
and Sass.
:green_apple: Improved parsing of interpolations in SCSS and Sass.
:green_apple: Adjust parsing priority of declarations & atrule in Less.