Skip to content
Discussion options

You must be logged in to vote

you can do it without style props, like

import { css, cx } from "../styled-system/css"
<button className={cx(button({ color: "primary" }), css({ alignSelf: "center" }))}>Click me</button>

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@xphstos
Comment options

@outofthisworld
Comment options

@RuiHirano
Comment options

@astahmer
Comment options

Answer selected by xphstos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants