skanne

Results 3 issues of skanne

Hi Jorge, similar to [PR 1036](https://github.com/jorgebucaran/hyperapp/pull/1036) I suggest replacing `node.appendChild(child)` with `node.append(child)`. Difference explained here: https://dev.to/ibn_abubakre/append-vs-appendchild-a4m. Benefit: 5 characters/bytes of code less. Regards, Sven

enhancement

Hi Jorge, not sure if you still want to support olden and not-at-all-golden Internet Explorer. If you're ditching it, then we could as well inch ourselves closer to more modern...

enhancement

Please officially support the pseudo-class `:state()`! It is marked as Baseline 2024 and is supported by all major browsers. See https://developer.mozilla.org/en-US/docs/Web/CSS/:state Currently, lightningcss spits out the following warning: _'state' is...