ijxy

Results 12 issues of ijxy

The `styles.css` file includes the below snippet, which should reset the margin on ``: ```css .rt-reset:where(body, blockquote, dl, dd, figure, p) { margin: 0; } ``` ### Expectation The above...

The `resolvedGrayColor` is currently typed using the `GrayColor` type, which includes `"auto"` (which is not a _resolved_ value). I'd like to propose changing the types so that the `resolvedGrayColor` type...