[BUG] ring-opacity-N
triggers tailwindcss/migration-from-tailwind-2
#351
Labels
bug
Something isn't working
Using
ring-opacity-N
triggers the migration rule that opacity should be in the formatbg-opacity/50
instead ofbg-opacity-50
, which is not correct, because in TailwindCSS 2 the syntax for ring opacity has not changed.https://v2.tailwindcss.com/docs/ring-opacity
I am using
eslint-plugin-tailwindcss
version3.17.4
.The text was updated successfully, but these errors were encountered: