tachyons-css / tachyons-sass

Transpiled Sass partials for Tachyons
MIT License
318 stars 61 forks source link

Remove star property hack #62

Open frozenbonito opened 2 years ago

frozenbonito commented 2 years ago

https://github.com/tachyons-css/tachyons-sass/blob/2dce89b83729bddb9f4498c7d6f82b73d60d6538/scss/_clears.scss#L21

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:

silverwind commented 2 years ago

https://github.com/tachyons-css/tachyons-sass/pull/63