Tailwind Class Generator
primary
, secondary
, success
, warning
, danger
and surface
colors. for example, you added a color to the theme called Accent 1
and needed it in Tailwind, you can generate classes with the functions provided to you. Create palette
tailwind.config.js
Create surfaces
createSurface
. This function generates seven surface colors. Also, if you want to have surfaces in all Tailwind properties, you can put them in colors
. tailwind.config.js
Create on surfaces
createOnSurface
for both text and other colors. tailwind.config.js
Create border surfaces
createBorderSurfaces
function.tailwind.config.js