-
Notifications
You must be signed in to change notification settings - Fork 678
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 IE6/7 prefix support #699
Comments
Been the thorn in my side for months... Can't find a better replacement for basscss than tachyons (hucssley doesn't have a stable release yet), don't wanna use clunkier build tools than parcel, don't wanna keep using outdated parcel versions. Judging from the git dates, this project isn't active anymore? #701 has done the work already |
It's basically abbandoned at this point unfortunately :/ |
Agreed! Let's get rid of
|
I guess this is abandoned... just had to copy the file into my repo and edit them, then uninstall tachyons |
It isn't abandoned, it would be a breaking change to v4 to remove so this will not be removed in v4. |
Hey there, first of all: love the project!
Building with parcel fails because of:
The prefix breaks moders css parsers as it's not valid CSS. Is IE6/7 support still relevant?
Would be great to drop that.
Related Issue: parcel-bundler/lightningcss#39
The text was updated successfully, but these errors were encountered: