-
Notifications
You must be signed in to change notification settings - Fork 199
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
Comments
+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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$experimental-support-for-pie
can not be overridden cause it's set explicitly incss3/_pie.scss
.The text was updated successfully, but these errors were encountered: