Skip to content

Releases: cuth/postcss-pxtorem

6.0.0

10 Mar 14:40
Compare
Choose a tag to compare

Breaking Changes

  • Update to PostCSS 8, now you need to install postcss-pxtorem by npm install postcss postcss-pxtorem --save-dev (#68)

5.1.1

04 Mar 03:00
Compare
Choose a tag to compare

Fixes

  • Properly ignores custom variables

5.1.0

03 Mar 14:59
Compare
Choose a tag to compare

Features

  • feat: add exclude option

5.0.0

02 Mar 01:38
Compare
Choose a tag to compare

Breaking Changes

  • This release only supports node version 8 and above.

Features

  • feat: change rootValue to support both number and function