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 IE7 CSS hack #63

Closed
wants to merge 1 commit into from

Conversation

silverwind
Copy link

Remove this star property hack that was targeting IE 5.5 to 7.

It causes warnings during ESBuild's CSS minification and IE 7 has a global market share of 0.01% so I think it can be safely dropped.

Remove this [star property hack](https://stackoverflow.com/a/14927670/808699) that was targeting IE 5.5 to 7.

It causes warnings during ESBuild's CSS minification and IE 7 has a
global market share of 0.01% so I think it can be safely dropped.

Fixes: tachyons-css#62
@char0n
Copy link

char0n commented Nov 9, 2022

@mrmrs would you find time to review this PR and release a new release of tachyons-sass? What can I do to help incorporate this change? The single * character is causing a lot of issues in many projects.

@mrmrs
Copy link
Member

mrmrs commented Nov 16, 2022

Thanks for the suggestion, this code is generated from the main tachyons code, so generally changes like this happen in the main repo. Not planning to drop * from v4 but considering for v5. I'm wary of changing this code in v4 to deal with an external minification pipeline. I might suggest keeping your own fork. v4 changes should be light as most efforts are focused on v5.

@mrmrs mrmrs closed this Nov 16, 2022
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

Successfully merging this pull request may close these issues.

3 participants