Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Update autoprefixer-core to the latest version to remove console warnings #229

Closed
piotrkulpinski opened this issue Oct 20, 2015 · 4 comments

Comments

@piotrkulpinski
Copy link

Hi there,
I'm getting following warnings while using cssnext:

Container#eachAtRule is deprecated. Use Container#walkAtRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Node#removeSelf is deprecated. Use Node#remove.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
Node#style() is deprecated. Use Node#raw()
Node#before is deprecated. Use Node#raws.before

I found out that it's related to autoprefixer itself and it was fixed in v6 of the package, but cssnext still uses the old v5 version.

Here's the reference: postcss/autoprefixer#500

@ben-eb
Copy link
Contributor

ben-eb commented Oct 20, 2015

Duplicate of #202.

@piotrkulpinski
Copy link
Author

That one is closed already and I don't see my issue resolved there so I think it should stay for now.

@ben-eb
Copy link
Contributor

ben-eb commented Oct 20, 2015

See also #208.

@MoOx
Copy link
Owner

MoOx commented Oct 20, 2015

Please see #230

@MoOx MoOx closed this as completed Oct 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants