|
|
|
|
|
by torstenvl
2202 days ago
|
|
Seems like it would be awesome if HTML allowed you to set a default element <meta default-element="div">
and then use <.card>
as a shorthand for <div class="card">
You could be "classless" to the extent of being semantic and succinct but without having to misappropriate elements. |
|