open-props icon indicating copy to clipboard operation
open-props copied to clipboard

CSS custom properties to help accelerate adaptive and consistent design.

Results 112 open-props issues
Sort by recently updated
recently updated
newest added

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"; /*...

fixes : https://github.com/argyleink/open-props/issues/233 But likely also breaks things as postcss-preset-env was updated. I am biased but postcss-preset-env v6.7.0 is getting old and has too many unresolved bugs :) The most...

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 - [ ]...

enhancement

Shouldn't this reference a prop rather than a hardcoded color variable? Yet another thing to switch back and forth between light/dark mode, but could just be a prop change. https://github.com/argyleink/open-props/blob/0ae2208bb5559773caca93040aedaf76a2e8ddb4/src/extra/normalize.css#L130-L132

I set up the [tsconfig.json](https://github.com/argyleink/open-props/compare/main...hchiam:typings-setup-issue-199?expand=1#diff-b55cdbef4907b7045f32cc5360d48d262cca5f94062e353089f189f4460039e0) so that all the declaration files (.d.ts) in the /types folder are automatically generated from the JS files, except for the index.d.ts declaration file (which...

one of many Tailwind examples to be inspired by https://github.com/mertJF/tailblocks

Hey, as I'm considering using open-props in a project, I would like to ask: - if there is a kind of targeted browser-baseline or something? I couldn't find and am...

When I am trying to import any of the Props into a TypeScript project, `import sizes from "open-props/src/sizes"` I get a ts(2307) Error: _Cannot find module 'open-props/src/sizes' or its corresponding...

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

enhancement