postcss / postcss-simple-vars

PostCSS plugin for Sass-like variables
MIT License
415 stars 36 forks source link

117: Support backslash sequences and unicode transformation #118

Closed FelixZY closed 2 years ago

FelixZY commented 2 years ago

As detailed in issue #117, it was not previously possible to create variables containing certain characters, specifically : (\u003A) in the case of #117.

This PR introduces support for "backslash sequences", i.e. sequences immediately following a backslash (\). Specifically, the following support is introduced:

ai commented 2 years ago

Thanks. Released in 7.0.

FelixZY commented 2 years ago

Np. Thank you for the quick release!