callstack / callstack/linaria

Support merging CSS for more convenient reuse of CSS.

Open
#1,324 2 comments 5 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.