Adam Argyle
Adam Argyle
I tried switching it to a supports query to see if it'd "do less" which is did a little, but still reproduced the overwriting props
now that `:global` can be specified, it's still not good enough to work with NextJS CSS Modules. might need to devise a strategy that builds to a separate file that's...
Hi! 🙂 For shadow values overrides, removing the `:where()` part of the selector will give yours specificity, making it override: ```css @media (prefers-color-scheme: dark) { html { --shadow-color: 33.6 90%...
I'm working out some more changes to normalize and will come back to this issue once that's shipped 👍🏻
Hi Shriram! I thought the flexible swatch expansion was neat/fine. Just some responsive components 🙂 ? Maybe to help legibility of numbers on swatches we add a tooltip instead of...
sounds awesome =) checkout the process and [output from buttons](https://github.com/argyleink/open-props/issues/152) for reference please, i'd love for the buttons and inputs to all look like they're part of the same family...
some [inspo](https://github.com/kognise/water.css/blob/master/src/parts/_forms.css)
as an interim i might set the bg color of inputs to surface-2, since right now they tend to have a warmness to their gray and OP has a coolness,...
confirmed fix in normalize output! thanks so much ❤️ i did however see a few other changes in the normalize output. I couldn't put a thumb on the cause, plugins...
think its worth updating the other postcss packages while this is updating preset-env?