Aaron Shekey
Aaron Shekey
A suggestion from @MaxHorstmann that I'd love to include at some point. Code blocks could use their own copy to clipboard button. There have been other requests for a proper...
We need to include some source JS files to aid in importing from NPM. Tasks: - [ ] Correct `exports` field in `package.json` - [ ] No bundled dependencies in...
The numbers are looking a little low on SegoeUI. As reported in https://meta.stackexchange.com/a/372673/355163
Practically, this will be adding appropriate styling to inputs using the `:required` pseudo selector. Conversely, `:optional` should probably be styled as well.
This could be accomplished by automatically resizing the larger avatars automatically, _or_ by introducing `sm:w64`, for example.
When trying to solve for #699, it's become increasingly clear that basing the size of form elements on padding, font size, and line-height might cause issues with keeping things consistent....
As reported on [meta](https://meta.stackexchange.com/questions/366214/keys-are-not-aligned-with-text-in-headings), we could better align the `kbd` element in our headings.
Our muted cards are based on opacity when they should probably have explicit color and button choices.
Since we've converted colors to CSS variables, our other design tokens, spacing, sizing, etc, can be converted to CSS variables. This will allow Stacks to more easily ship various spacing...
We're currently ignoring the `readonly` attribute and any styling. At the very least, we should probably turn off selected states here?