Igosuki / compass-mixins

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

Allow setting $experimental-support-for-pie #81

Closed dooart closed 8 years ago

dooart commented 8 years ago

PIE support couldn't be disabled because this variable was always being overriden by _pie.scss.

Closes: #52

dooart commented 8 years ago

My original intent was to make official the side effect that enables PIE by default. The purpose was to not break compatibility for users who are relying on that behavior. But doing so made the unit tests fail - they're expecting PIE to actually be disabled by default. So, for some reason, the tests aren't detecting the current side effect.

xzyfer commented 8 years ago

Thanks for this @dooart. This approach wasn't quite right. This has been fixed in #88.