csstools/postcss-advanced-variables

Shouldn't include `require('babel-polyfill');`

dylang opened this issue · 1 comments

https://github.com/jonathantneal/postcss-advanced-variables/blob/master/index.js#L2

This probably shouldn't be in the distributed bundle, because it Babel throws an error if it's already included, and it means this library can't be imported into in any projects that are already using babel-polyfill.

Thanks!

Thank you for reporting this! It is fixed in v2.3.1.