open-props icon indicating copy to clipboard operation
open-props copied to clipboard

CSS custom properties to help accelerate adaptive and consistent design.

Results 112 open-props issues
Sort by recently updated
recently updated
newest added

Hello, I was reviewing the custom media queries defined in the CSS, and I noticed an inconsistency in the naming convention used for the size ranges. Specifically, the naming for...

fixes #410 example output so far: ```js [ {"name":"--ratio-portrait","syntax":"","initialValue":"3/4","inherits":false}, {"name":"--ratio-widescreen","syntax":"","initialValue":"16/9","inherits":false}, {"name":"--ratio-ultrawide","syntax":"","initialValue":"18/5","inherits":false}, {"name":"--ratio-golden","syntax":"","initialValue":"1.6180/1","inherits":false} ].forEach(CSS.registerProperty) ``` I'm not sure what else to add. All the colors and included, `z-index` values are included....

to be explored

some simplifiable but inspirational gradients found here https://cloudfour.com/thinks/highly-customizable-background-gradients/ add them [here](https://github.com/argyleink/open-props/blob/main/src/props.gradients.js#L44)

enhancement
good first issue

Version `1.5.0` renamed the `grape` color to `purple`. This is a breaking change. Please bring back `grape` as a duplicate of `purple` or release version 2 to denote the breaking...

bug
to be explored

new gh action. run when npm publish does

build

there is probably a whole set of segment viewport vars to make: ```css :root { --fold-1: env(viewport-segment-left 1 0); --fold-2: env(viewport-segment-left 0 0); --size-hinge: calc(var(--fold-1) - var(--fold-2)); } .layout {...

enhancement
to be explored

https://windicss.org/guide/configuration.html#example-configuration

enhancement
javascript
build