tachyons-css / tachyons

Functional css for humans

Home Page:https://tachyons.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Underscore in some rules

DanielRuf opened this issue · comments

2fd4052

Shouldn't these be removed? Because float always results in block.

Also see http://www.w3.org/TR/CSS2/visuren.html#float-position

The \9 property suffix is meant to target IE8 and below, the * prefix targets IE7 and below and _ prefix targets IE6 only.

I don't think we still have to support these.

@DanielRuf No negative impact to support legacy browsers here