We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm view astro version 5.1.1 The command 'astro info' does not work for me on a mac!
No response
does not flip the direction of a chevron
import Chevron from "../assets/svgs/chevron.svg"; <Chevron class="h-4 w-4 -scale-y-1"/>
should do tranform
https://stackexamplegivenabove
The text was updated successfully, but these errors were encountered:
npx astro info we use npx.
npx astro info
npx
Sorry, something went wrong.
Ok, but the bug is still there. -scale-y-1 does not work. (but rotate-180 does!)
-scale-y-1 isn't a valid Tailwind utility class, have you tried with -scale-y-100 instead?
-scale-y-1
-scale-y-100
https://tailwindcss.com/docs/scale
My apologies. I was looking at the native CSS column on the right. The tailwind column on the left -scale-y-100 did work. Closing issue
No branches or pull requests
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
does not flip the direction of a chevron
What's the expected result?
should do tranform
Link to Minimal Reproducible Example
https://stackexamplegivenabove
Participation
The text was updated successfully, but these errors were encountered: