James Moynihan
James Moynihan
**The Problem:** When adding a component to a page, it's cumbersome to need to open the component to view which props exist, and which have default values. It would be...
### Describe the problem Native CSS Nesting without a pre-processor is stable since Chromium 112 (March 2023), and is in technical preview of Safari 16.5. However, this syntax is _not_...
### Describe the bug Given this style block: ```html @starting-style{ .card{ opacity: 0; height: 0; } } .card { background-color: orange; max-width: max-content; padding: 1rem; border-radius: 1rem; display: grid; margin:...
I just ran into a severe bug when using the `requireBorderCollapse` option. It appears that when enabled, one of the while loops in the component never ends, resulting in infinitely...