Support merging CSS for more convenient reuse of CSS.
Open
feature: proposal 💬
needs: triage 🏷
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 413
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the feature
Support merging CSS for more convenient reuse of CSS.
## Motivation
## Possible implementations
```ts
const glass = css`
backgroup: white;
`
const Btn = styled(Button)`
${glass.styles}
backgroup: black;
`
```
## Related Issues
Contributor guide
Assessment
This issue has not been assessed yet.