borodean / postcss-assets

An asset manager for PostCSS
MIT License
537 stars 32 forks source link

Fix PostCSS plugin API #21

Closed ai closed 9 years ago

ai commented 9 years ago

Right now postcss-assets do not use common PostCSS plugin API, because we need to return function from postcss.plugin. As result plugin will throw a bad readable error if you forget brackets.