open-props
open-props copied to clipboard
CSS custom properties to help accelerate adaptive and consistent design.
For the sizes vi or dvi is better than vw ``` --size-fluid-1: clamp(.5rem, 1vw, 1rem); ``` Then we have the vertical horizontal problem. Perhaps I want to size for block-size...
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;`
Hi, I've been trying to get a working setup that removes all unused CSS from normalize. All of the tools out there fail to parse the normalize.min.css file. So for...
There's much more work in maintaining the normalize than the props and it's effecting decisions in this repo that it shouldnt be.
it'll be really easy to remove, but matches the rest of the UI better if it has it
classnames in #310 should be available to help force a theme, but in addition there should be a file import available for buttons that just use the props, aka have...
Hi guys, great lib. How can i toggle my own white/dark ode inside the notmalize.css module. I think it only read the preference unless im missing something ?
Tables look *NICE* by default with styles/normalize setup: Unfortunately they're totally illegible when you hover on them: Color is dark: And on hover the background is too: I will add...
Let me know if there's anything else I need to do. I think it might be nice to have an explanation of the benefits of using these props over an...
We don't have an requirements to create a "Dark mode" variant of our website. However when dark mode is preferred certain aspects of the base styles do update due to...