I’ll have to try this out on my next project. It’s irritating to use JS just for a chart or graph.
I wonder why class grouping works. Is it just that “|”, “]”, and “[” are legal HTML classes?
I don’t know of any string that isn’t a valid class. My CSS framework https://missing.style has the class names <h1>, <small> and overflow:auto
<h1>
<small>
overflow:auto
I’ll have to try this out on my next project. It’s irritating to use JS just for a chart or graph.
I wonder why class grouping works. Is it just that “|”, “]”, and “[” are legal HTML classes?
I don’t know of any string that isn’t a valid class. My CSS framework https://missing.style has the class names
<h1>
,<small>
andoverflow:auto