Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created November 8, 2017 18:41
Show Gist options
  • Save indreklasn/769908d4e065b363258d9ae733febac2 to your computer and use it in GitHub Desktop.
Save indreklasn/769908d4e065b363258d9ae733febac2 to your computer and use it in GitHub Desktop.
styled components example
import styled from 'styled-components';
const Text = styled.div`
color: white,
background: black
`
<Text>Hello CSS-in-JS</Text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment