You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The star property hack is not valid CSS, so it breaks modern css parses.
I think it is safe to remove it because only very old browsers (IE 5.5 to 7) support it.
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
tachyons-sass/scss/_clears.scss
Line 21 in 2dce89b
The star property hack is not valid CSS, so it breaks modern css parses.
I think it is safe to remove it because only very old browsers (IE 5.5 to 7) support it.
related:
The text was updated successfully, but these errors were encountered: