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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Fixed: replacement of postcss-log-warnings (deprecated) by postcss-reporter
(#162)
Fixed: CLI now add to option automatically
(#159)
If you were happy with the previous CLI behavior (which was not rebasing url), you should probably just add the --no-url to keep the CSS as it was.
Changed: compress option now use cssnano v2.x
(#166)
Added: CLI output file dirname is now automatically created (using mkdirp)
(#146)
Added: warning to deprecate previous (wrong) custom selectors syntax.
Previously they were working with and without pseudo syntax ':' which is incorrect according to specs
Now you must use @custom-selector :--{name} syntax instead of @custom-selector --{name}
The support of syntax without : and the warning message will be remove in the next major release
(#97)
Added: plugins option that allows you to pipe your own transformations
(#118)
Added: messages option that allows you to see messages of transformations
(#88)