You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release swaps postcss-single-charset for postcss-normalize-charset,
which can detect encoding to determine whether a charset is necessary.
Optionally, you can set the add option to true to prepend a UTF-8
charset to the output automatically (thanks to @TrySound).
A safe option was added, which disables more aggressive optimisations, as
a convenient preset configuration (thanks to @TrySound).
Added an option to convert from deg to turn & vice versa, & improved
minification performance in functions (thanks to @TrySound).