|
|
|
|
|
by nicoburns
545 days ago
|
|
You definitely don't need a general constraint solver for CSS Grid. The algorithm (including for cases where there are spanned cells) is well defined in the spec [1], and can be translated directly into code. 1: https://www.w3.org/TR/css-grid-1/#algo-content |
|