Skip to content

Instantly share code, notes, and snippets.

@jung-han
Created November 7, 2022 22:21
Show Gist options
  • Save jung-han/6bc9ec61e2cc6aa2762cecd6ea6cccc9 to your computer and use it in GitHub Desktop.
Save jung-han/6bc9ec61e2cc6aa2762cecd6ea6cccc9 to your computer and use it in GitHub Desktop.
const myCss = css({
backgroundColor: "blue",
width: 100,
height: 100,
});
function MyComponent() {
return <div css={myCss} />;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment