Adam Argyle
Adam Argyle
there's been a few micro-optimizations that changed the file, like in #262
this would be a breaking change: surface 1-4 behave slightly different between the light and dark themes. it'd be nice if they behaved the same, in that surface 1 is...
If someone is using the shadow props and NOT building a dark theme while the user is in a prefers dark mode, the shadows adapt to the preference and are...
these would be complimentary to `--ease-elastic-*` in that elastic easing ends with a bounce and the anticipate easings would start with a bounce. we have `--ease-squish-*` which bounces both sides...
It's the only thing about Open Color I don't like so far is the lack of a few darker colors. Well, turns out I'm not alone and the work has...
https://twitter.com/stylelint/status/1534542929154527235?t=qnpMqiNY0WR0eAuV-LcWsg&s=19 And https://twitter.com/romainmenke/status/1534568512613765126?t=_iGMbsX2--EowcH9E0fujw&s=19
some bundlers have special bundling powers and dont like or ignore npm exports, there should be some docs for folks importing and need direct path references. ``` @import "open-props/style"; /*...
todo - [x] move the poc command line added to package.json to all the postcss commands - [x] use package.json inline template syntax to DRY it up - [ ]...
one of many Tailwind examples to be inspired by https://github.com/mertJF/tailblocks
https://github.com/argyleink/gui-challenges/tree/main/dialog todo: - [ ] add documentation - [ ] add package.json exports - [ ] add example to demos list for DX like: ```css @import "open-props/dialog"; ``` ```js import...