Open samuraiseoul opened 3 months ago
Apparently its better for the CSS parser on browsers to have ids and classes. An especially important consideration seeing as we have a large DOM size and we can't reduce it much due to needing 105 periodic elements all with their own shadow doms.
Instead of using
class
anddiv
, instead useid
and more specific tags likeheader
orsection
orarticle
for inner component work.