Adam Argyle

Results 274 issues of 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 {...

enhancement
to be explored

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

enhancement
javascript
build

help wanted
good first issue

https://codepen.io/argyleink/pen/eYKmMmN requires: oklch support, so may be far away but: could do this with the current set of grays

enhancement

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.

bug

this would allow customizing the colors and strengths much easier

enhancement

### 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...

enhancement

`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;`