Skip to content

Deprecation messages #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
geekyme opened this issue Sep 14, 2015 · 2 comments
Closed

Deprecation messages #36

geekyme opened this issue Sep 14, 2015 · 2 comments

Comments

@geekyme
Copy link

geekyme commented Sep 14, 2015

getting these messages when I load up app

Container#eachAtRule is deprecated. Use Container#walkAtRules instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
Node#before is deprecated. Use Node#raws.before
Node#removeSelf is deprecated. Use Node#remove.
@mightyaleksey
Copy link
Member

Yeah, thank you for the info. It is a problem with the postcss plugins, used by require hook. Plugins expect postcss version 4 and should be updated in order to be used with version 5.

I'll link this ticket to the actual one to keep you informed.
css-modules/css-modules-loader-core#21

@mightyaleksey
Copy link
Member

I think that it was solved now. Checkout the second version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants