mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 20:15:08 +00:00

We're already handling whitespace between components, do the same for leading whitespace. Fixes crash on https://distill.pub/2021/gnn-intro.
7 lines
137 B
HTML
7 lines
137 B
HTML
<style>
|
|
test {
|
|
display: grid;
|
|
width: 100%;
|
|
grid-template-columns: 50px [ first second ] 1fr;
|
|
}
|
|
</style>
|