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
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.
The text was updated successfully, but these errors were encountered:
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.
getting these messages when I load up app
The text was updated successfully, but these errors were encountered: