|
|
|
|
|
by stasomatic
1 hour ago
|
|
We are stuck with CSS, but all these CSS styling frameworks just tell me CSS needs to be bulldozed. I looked up DaisyUI that you mentioned. The example on the home page gets rid of chained classes and replaces them with one: // Styling a simple button
<button class="btn">
daisyUI Button
</button> So, we are back to regular CSS? |
|