AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
724 stars 47 forks source link

Reset box-sizing #168

Closed roblevintennis closed 2 years ago

roblevintennis commented 2 years ago

Using :where(html) for the box-sizing caused a regression where the inherit takes precedence thus messing up box-sizing.

roblevintennis commented 2 years ago

fixed and published to all packages