Skip to content

Instantly share code, notes, and snippets.

@technology-amazeelabs
Last active March 27, 2019 11:57
Show Gist options
  • Save technology-amazeelabs/734841f368789dfeca7c87f2376e8417 to your computer and use it in GitHub Desktop.
Save technology-amazeelabs/734841f368789dfeca7c87f2376e8417 to your computer and use it in GitHub Desktop.
CSS-in-JS example #1
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