pheuter / essential-react

A minimal skeleton for building testable React apps using Babel
MIT License
2.03k stars 131 forks source link

deprecated api calls #35

Open akaRem opened 8 years ago

akaRem commented 8 years ago
Essential React listening at http://:::8080
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.
akaRem commented 8 years ago
$ node -v
v4.2.1
$ npm -v
2.14.7