Last active
March 27, 2019 11:57
-
-
Save technology-amazeelabs/734841f368789dfeca7c87f2376e8417 to your computer and use it in GitHub Desktop.
CSS-in-JS example #1
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
import "./styles.css"; | |
export const MyComponent = () => ( | |
<div className="my-custom-class"> | |
Some content | |
</div> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment