HBS

Results 17 issues of HBS

Is there any chance we can have FunctionInterpolation exported in @emotion/css so we don't have to install @emotion/serialize

feature request
invalid

css-cascade

Enforce Unix newlines and remove redundant attributes. I believe they should be handled automatically by GitHub now.

cla: yes

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.

enhancement
P3
output size

Is there plans to move over to OKLCH instead of the weird HCT color space? cc @pennzht

explain

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.

enhancement

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.

status: needs discussion

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

type: feature
status: needs investigation