Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support merging CSS for more convenient reuse of CSS. #1324

Open
s97712 opened this issue Aug 16, 2023 · 0 comments
Open

Support merging CSS for more convenient reuse of CSS. #1324

s97712 opened this issue Aug 16, 2023 · 0 comments
Labels
feature: proposal 💬 New feature proposal that needs to be discussed needs: triage 🏷 Issue needs to be checked and prioritized

Comments

@s97712
Copy link

s97712 commented Aug 16, 2023

Describe the feature

Support merging CSS for more convenient reuse of CSS.

Motivation

Possible implementations

const glass = css`
  backgroup: white;
`
const Btn = styled(Button)`
  ${glass.styles}
  backgroup: black;
`

Related Issues

@s97712 s97712 added the feature: proposal 💬 New feature proposal that needs to be discussed label Aug 16, 2023
@github-actions github-actions bot added the needs: triage 🏷 Issue needs to be checked and prioritized label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: proposal 💬 New feature proposal that needs to be discussed needs: triage 🏷 Issue needs to be checked and prioritized
Projects
None yet
Development

No branches or pull requests

1 participant