anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

text-transform wrongly reported as being related to CSS3 Transforms #8

Closed anandthakker closed 1 year ago

anandthakker commented 9 years ago

See anandthakker/doiuse.com#24

mikemak-es commented 8 years ago

Concur, still seeing this issue as of May 26, 2015

clshortfuse commented 1 year ago

Seems fixed:

echo 'body{text-transform: none;}' | npx doiuse --browsers "ie >= 8"