Adam Argyle
Adam Argyle
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 {...
https://windicss.org/guide/configuration.html#example-configuration
https://codepen.io/argyleink/pen/eYKmMmN requires: oklch support, so may be far away but: could do this with the current set of grays
related to #357, the adjustments arent propagating to where they're used. fixed with `*`, which would also allow tinting and other things to be easier.
this would allow customizing the colors and strengths much easier
### Discussed in https://github.com/argyleink/open-props/discussions/389 Originally posted by **saeednoruzi** August 16, 2023 it would be nice if you would change the name of flowing animations to this slide in right to...
`border-radius: var(--radius-round);` on links - how would i work multi-line? - need to reduce vertical padding on links - viable?
https://github.com/argyleink/open-props/issues/253#issuecomment-1198876007 fixed the scope for all of them, but not for the individual files. should have: `@import "open-props/shadow/normalize/light;` `@import "open-props/shadow/normalize/dark;`