MadLittleMods / postcss-css-variables

PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation
https://madlittlemods.github.io/postcss-css-variables/playground/
Other
536 stars 62 forks source link

Don't leak `opts` as a global variable. #13

Closed whitneyit closed 9 years ago

whitneyit commented 9 years ago

This was causing the plugin to break for me. It appears one of the other modules that I am using is leaking a variable of the same name.

MadLittleMods commented 9 years ago

Thank you for pointing this out :+1:

Such a silly mistake on my part and I am sorry that it cost you time.

I have released v0.3.9 which fixes this issue and pushed to npm.

whitneyit commented 9 years ago

That's alright mate. Thanks for the great work :smile:

On Mon, 29 Jun 2015 17:22 Eric Eastwood notifications@github.com wrote:

Thank you for pointing this out [image: :+1:]

Such a silly mistake on my part and I am sorry that it cost you time.

I have released v0.3.9 which fixes this issue and pushed to npm.

— Reply to this email directly or view it on GitHub https://github.com/MadLittleMods/postcss-css-variables/pull/13#issuecomment-116493485 .