- Support Postcss v8.0.0 (thanks to @mjhenkes)
- Supported
blacklist
andwhitelist
options
- Supported
:as
directive
- Added
prefix
option (thanks to @mike-shtil)
- Added
fromRTL
option (thanks to @HosseinAgha)
- Supported
:append
,:prepend
and:replace
directives (thanks to @adc-mhaugen)
- Option
onlyDirection
for generating a LTR or a RTL version only (#27).
- Supported
rtl:begin:ignore
/rtl:end:ignore
directives (thanks to @joscha)
- Supported
rtl:ignore
directive (thanks to @joscha)
- Added
prefixType
option
- Improved list of potential-affected properties (priority troubles workaround)
- Added
addPrefixToSelector
option (thanks to @crossjs)
- Compacted selector levels (thanks to @crossjs)
- Fixed
@keyframes
-animations processing
- Process and flip
@keyframes
-animations
- Process
html
and:root
selectors - Support of Node.js v0.12