Created
December 20, 2016 18:13
-
-
Save collin/6c9eb24c97f123a1560f6892acc03132 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.my-cool-styles { | |
background-color: blue; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const myCoolStyles = defineStyle({ | |
backgroundColor: 'blue', | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment