Releases: cuth/postcss-pxtorem
Releases · cuth/postcss-pxtorem
6.0.0
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
Fixes
- Properly ignores custom variables
5.0.0
Breaking Changes
- This release only supports node version 8 and above.
Features
- feat: change rootValue to support both number and function