paulirish / css3please

use Autoprefixer instead. <3
http://css3please.com
387 stars 65 forks source link

Add `tab-size` #79

Closed mathiasbynens closed 12 years ago

mathiasbynens commented 12 years ago
-moz-tab-size: 2; /* Firefox 4+ */
-o-tab-size: 2; /* Opera 10.60+ */
tab-size: 2; /* standard property, soon in WebKit */
jonathantneal commented 12 years ago

Rocken!