Arby
Arby
I think for the colors it's okay, but for the gradients, we have to wait for Firefox support. https://developer.mozilla.org/en-US/docs/Web/CSS/hue-interpolation-method
In the meantime, we also need more gradients.
The issue with the current extension is that it frequently breaks. On the other hand, the extension that I recommended also supports a syntax parser and PostCSS and can scan...
Have you added the file path for "open-props.min.css" to your .vscode/settings.json file? If not, you can add the code snippet below to fix the issue: ```json { "cssVariables.lookupFiles": [ "**/*.css",...
Great to hear that the issue is resolved! Just a quick reminder, you might have to reload VS Code and restart the server after installing Open Props to get the...
@spartanatreyu, I completely agree with all your points. The library is indeed moving to HDR, not only for colors but also for gradients. Additionally, there's a mention of adding logical...
great news that we will move forward with HDR colors!
I think we should consider the overall approach for introducing new props in the library: - Should we add them to the main import, as we did with `Static Sizes`...