|
|
|
|
|
by ehnto
1381 days ago
|
|
They might mean a system like BEM, where they are semantic in that they represent concepts tightly coupled to the HTML and what it's used for. <div class="product">
<button class="product__add-to-cart">
...etc
BEM is a good example of what Tailwind is a counterpoint to. |
|