"why did I divide the CSS like this when I wrote the layout, I could group all these rules..." *groups the rules, breaks everything* ... perhaps I should start writing notes to remember why I wrote stuff the way I did...
I need to learn how to make code more modular. I basically have 2 programs with very slight differences. would be nice to figure out how to combine some of it for sanity
there's another site I made with a very convoluted list with nested lists, if I don't keep this in this order ul > li { margin-top: 2ch; } li + ul > li { margin-block: 0.5ch; } li + li + ul, li + ul + li { margin-top: 2ch; } everything breaks
I need to learn how to make code more modular. I basically have 2 programs with very slight differences. would be nice to figure out how to combine some of it for sanity
I'm in this post and I don't like it
if you dont have 13 identical id styles are you really even trying?
there's another site I made with a very convoluted list with nested lists, if I don't keep this in this order ul > li { margin-top: 2ch; } li + ul > li { margin-block: 0.5ch; } li + li + ul, li + ul + li { margin-top: 2ch; } everything breaks