This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Release 0.3.0
- Replaced postcss plugin loading with manual mapping. After tried different approaches the only way being webpack compatible is to either use loadPlugins or require outside a for-loop (unfortunately). Load Plugins only works with locally installed deps though which does not work when this project is included in another project for centralized tooling. (5fda490)
- Using local path for index.js - based on context of webpack... this is an essential step for making importing this project feasible (120af2f)