HBS
HBS
Is there any chance we can have FunctionInterpolation exported in @emotion/css so we don't have to install @emotion/serialize
Enforce Unix newlines and remove redundant attributes. I believe they should be handled automatically by GitHub now.
Anthony how did you manage to get vscode to recognize your types? I keep getting `Property 'baseURI' does not exist on type 'Window & typeof globalThis` even though I have...
Is there a way to generate everything in one file? Constructors, properties etc.
Is there plans to move over to OKLCH instead of the weird HCT color space? cc @pennzht
In the project references blog post, it is mentioned that a post on integration with ESLint is coming. I thought of opening an issue to keep track of this.
Default $dt to return value instead of a var and add a var method instead. ```js $dt('color.primary.100') // 'red' $dt.var('color.primary.100') // var(--color-primary-100) ```
It would be equivalent to [ESLint’s meta.schema](https://eslint.org/docs/latest/extend/custom-rules#options-schemas). This can be used for generating plugin/rule documentation websites and typegens.
### Bug Report Checklist - [X] I have tried restarting my IDE and the issue persists. - [X] I have pulled the latest `main` branch of the repository. - [X]...