Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Fix hardcoded $experimental-support-for-pie variable #88

Closed xzyfer closed 8 years ago

xzyfer commented 8 years ago

The $experimental-support-for-pie could not be changed because we were inadvertently always resetting it. This maintains the default initial value but will allow it to be changed in userland.

Fixes #52 Closes #81