Ryan Stehle
@ryan17stehleAll comments
- P@radektomasek@ryan17stehle
I'm certainly no expert in Tailwind CSS, but I don't think it's considered a best practice to use the @apply keyword the way you've chosen to. Even their own documentation says to use @apply sparingly. You can read about it here: https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply
Marked as helpful - @Sam-52@ryan17stehle
You can actually specifically target certain corners for border-radius. For example: border-bottom-left-radius: 16px.