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

[stitches/core] css should accept n compositions #397

Closed
peduarte opened this issue Feb 16, 2021 · 0 comments · Fixed by #450
Closed

[stitches/core] css should accept n compositions #397

peduarte opened this issue Feb 16, 2021 · 0 comments · Fixed by #450
Labels
feature New feature P2

Comments

@peduarte
Copy link
Contributor

Power!

const a = css({ color: "red" });
const b = css({ fontSize: 20 });
const c = css({ fontWeight: 'bold' });
const final = css(a, b, c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature P2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant