|
|
|
|
|
by null4bl3
1461 days ago
|
|
I have really been trying to get into tailwind. The more I learn about it, the more I fail to see why it would offer any sort addition to just using CSS /SCSS/SASS. Can anyone elaborate on why tailwind is preferable to a CSS preprocessor? |
|
That said, I don't think Tailwind is the solution for everything. Tailwind DX/Gimli is created with styling in the Shadow DOM, which works great. For more regular websites I would use Tailwind. But for more App like solutions I would preferably put the styling scoped within components.