Skip to content

Instantly share code, notes, and snippets.

@collin
Created December 20, 2016 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collin/6c9eb24c97f123a1560f6892acc03132 to your computer and use it in GitHub Desktop.
Save collin/6c9eb24c97f123a1560f6892acc03132 to your computer and use it in GitHub Desktop.
.my-cool-styles {
background-color: blue;
}
const myCoolStyles = defineStyle({
backgroundColor: 'blue',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment