anandthakker / doiuse

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

`text-transform` gets incorrectly flagged as `transforms2d` #155

Closed marek-saji closed 1 year ago

marek-saji commented 1 year ago
echo 'div { text-transform: uppercase }' | npx doiuse -b 'IE 6'
<streaming css input>:1:1: CSS3 2D Transforms not supported by: IE (6) (transforms2d)
clshortfuse commented 1 year ago

Fixed:

echo 'div { text-transform: uppercase }' | npx doiuse -b 'IE 6'

(no errors)