## Describe the feature Support merging CSS for more convenient reuse of CSS. ## Motivation <!-- Describe what problem the feature solves --> ## Possible implementations ```ts const glass = css` backgroup: white; ` const Btn = styled(Button)` ${glass.styles} backgroup: black; ` ``` ## Related Issues <!-- Link related issues here -->
Describe the feature
Support merging CSS for more convenient reuse of CSS.
Motivation
Possible implementations
Related Issues