|
|
|
|
|
by nightski
1694 days ago
|
|
I think the thought process is that if you are using Tailwind it's probably with a component based system like React. So you don't need a button "name" because you have a button component. You re-use components instead of classes. This makes it so you don't have to remember all the names specific to the project (or learn an existing projects css names). I've never used Tailwind myself so I am not advocating it per say, just explaining how I understand it. |
|
You guessed it right. There is no need for named selectors anymore.
And you get the advantages of standardisation. People can share snippets of code you can reuse as is.
And when you have a problem, you are probably not the first to have it, and can quickly find a solution on youtube, stack overflow, etc.