|
|
|
|
|
by ninjaranter
3339 days ago
|
|
I liked basscss in principle, but I feel like the following examples from the homepage are missing the point/ will lead to un-maintainable code. <h2 class="h1">Larger than default h2 style, but semantically correct</h2>
... why not just use a h1?I also don't see how <p class="bold text-decoration-none caps">Bold</p>
is a big step up from doing <p style="font-weight: bold; text-transform: uppercase; text-decoration: none">Bold</p>
Am I missing the appeal here? |
|
Because the HTML tags you choose affect document structure and SEO. CSS classes don't; they only affect aesthetics.