Radial gradient #5618
devcustrom
started this conversation in
Ideas
Radial gradient
#5618
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can see radial-gradient options in the source code now, but in tailwindcss v2 we do not have a bg-radial class, although nothing prevents us from creating such a class with the same content as the bg-gradient class.
backgroundImage: theme => ({ 'radial': "radial-gradient(var(--tw-gradient-stops));" }),
I agree that radial can have many options, but sometimes a standard radial-gradient with 2 or 3 colors is enough, which, in principle, is still possible.
Beta Was this translation helpful? Give feedback.
All reactions