Arby

Results 6 issues of Arby

I've been thinking a lot about Open Props and how we can make it better. After building numerous components with Open Props, here are some suggestions for the next update:...

The oklch gray colors override the classic gray in "normalize dark". You can reproduce the bug by adding: ```css @import "https://unpkg.com/open-props/gray-oklch.min.css"; ``` to "normalize dark". I suggest changing the name...

## Request to Change Autocomplete Visual Studio Code Extension Hi, I would like to request a change to the suggested Autocomplete Visual Studio Code extension on the open-props website. Specifically,...

documentation
enhancement
to be explored

When using `jit-props` with Open Props, gradients don’t render properly. It looks like `--gradient-space` isn’t being injected, so the gradients break unless you manually define it in `:root` or `html`....

Keyframe animations are a great way to add smooth transitions between the closed and shown states of `` and ``. This approach has several advantages: - No need to provide...

We should document `colors-oklch.min.css` and `gray-oklch.min.css` for folks who want to use dynamic palettes. Also include these links as usage guides: - https://nerdy.dev/open-props-oklch-palettes-beta - https://codepen.io/argyleink/pen/abarGpJ