Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove css3/pie or allow to override $experimental-support-for-pie #52

Closed
ivanvoznyakovsky opened this issue Aug 1, 2015 · 1 comment

Comments

@ivanvoznyakovsky
Copy link

$experimental-support-for-pie can not be overridden cause it's set explicitly in css3/_pie.scss.

@jdieckmannelm
Copy link

+1 i had to exclude the whole _pie.scss to disable the experimental pie support :-/

dooart added a commit to dooart/compass-mixins that referenced this issue Mar 4, 2016
PIE support couldn't be disabled because this variable was always being overriden by _pie.scss.

This fix doesn't change the default setting (and therefore doesn't break compatibility) but allows us to opt out of PIE support.

Closes: Igosuki#52
dooart added a commit to dooart/compass-mixins that referenced this issue Mar 4, 2016
PIE support couldn't be disabled because this variable was always being overriden by _pie.scss.

This fix doesn't change the default setting (and therefore doesn't break compatibility) but allows us to opt out of PIE support.

Closes: Igosuki#52
dooart added a commit to dooart/compass-mixins that referenced this issue Mar 4, 2016
PIE support couldn't be disabled because the setting was always being overriden by _pie.scss.

Closes: Igosuki#52
xzyfer added a commit that referenced this issue May 18, 2016
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants