Skip to content

Instantly share code, notes, and snippets.

@collin
Created December 20, 2016 18:13
Embed
What would you like to do?
.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