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.
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.
Hi there,
I'm getting following warnings while using cssnext:
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
The text was updated successfully, but these errors were encountered: