|
|
|
|
|
by teleclimber
3152 days ago
|
|
I don't know the answer, but I'd be surprised if it did. I've also been very frustrated by CSS due to 1) its lack warnings and debug errors as mentioned above, and 2) that so many properties have side-effects (like setting an element to display:flex changes the auto value of min-width for all its children[1]). I've started working on something to help with this, but it's a long way off (and it may not work at all). [1] https://www.w3.org/TR/css-flexbox-1/#min-size-auto |
|