Closed ai closed 9 years ago
Ping :)
+1 @Pavliko
/cc @Pavliko
Now I just updated version dependencies and version of the module. It's enough? Sorry for the stupid question 😳@ai
@Pavliko also there are a API changes https://github.com/postcss/postcss/releases/tag/5.0.0
Like eachDecl
→ walkDecls
Also please replace
console.info "postcss-svg: #{error}"
to
decl.warn(result, "postcss-svg: #{error}")
It is part of guidelines https://github.com/postcss/postcss/blob/master/docs/guidelines/plugin.md
@Pavliko