Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text-transform gets incorrectly flagged as transforms2d #155

Closed
marek-saji opened this issue Jan 12, 2023 · 1 comment
Closed

text-transform gets incorrectly flagged as transforms2d #155

marek-saji opened this issue Jan 12, 2023 · 1 comment

Comments

@marek-saji
Copy link

echo 'div { text-transform: uppercase }' | npx doiuse -b 'IE 6'
<streaming css input>:1:1: CSS3 2D Transforms not supported by: IE (6) (transforms2d)
@marek-saji marek-saji changed the title text-transforms gets incorrectly recognised as transforms2d text-transform gets incorrectly flagged as transforms2d Jan 12, 2023
@clshortfuse
Copy link
Collaborator

Fixed:

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

(no errors)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants