Closed danieljuhl closed 9 years ago
+1
Warning message:
Container#eachAtRule is deprecated. Use Container#walkAtRules instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
PR welcome. :)
@passy PR to update Autoprefixer? O_o Update packages is work of package maintainer.
@ai The job of the maintainer is to stay up to date with the issue tracker, merge PRs and cut new releases. Everything beyond that is contribution, not maintenance. I wish I had the time to not limit myself to one of them, but that's simply not realistic for me at the moment.
PR with updated dependencies submitted #28.
Merged and published as 3.0. Thanks again for the help!
Note the and to use autoprefixer instead of autoprefixer-core
from the first comment. That wasn’t done. :-)
Console outputs this:
autoprefixer-core was deprecated. Use autoprefixer package.
still have
Container#eachAtRule is deprecated. Use Container#walkAtRules instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
with v3.1.0
To get rid of deprecated warnings from PostCSS, and to use autoprefixer instead of autoprefixer-core.