|
|
|
|
|
by Aeolos
3 hours ago
|
|
You just make a design system in your tailwind.css, following the documentation. You can optionally use something like daisyui if you do not have designer skills or the time. That handles consistent sizing, spacing, text, colors, dark mode, and anything else your design system needs. It all compiles down to css in the end, so no runtime overhead and gives you the superior tailwind dx during development. |
|
// Styling a simple button <button class="btn"> daisyUI Button </button>
So, we are back to regular CSS?