Background Radial
- Use
bg-radial-COLOR
for adding a background radial. - Use
bg-radial-SPACING
for altering the size of the boxes. - Use
bg-radial-w-SPACING
andbg-radial-h-SPACING
for altering the width and the height separately. - Use
bg-radial-circle-BORDER_WIDTH
for altering the size of the circle.
How to disable it?
tailwindcssAddons({
utilities: {
bgRadial: false,
},
})