Skip to content

Instantly share code, notes, and snippets.

@viclotana
Created February 17, 2019 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viclotana/a76f017ceeeeddcf7d31e9188f8f8672 to your computer and use it in GitHub Desktop.
Save viclotana/a76f017ceeeeddcf7d31e9188f8f8672 to your computer and use it in GitHub Desktop.
import styled from 'styled-components';
const Text = styled.div`
color: red,
background: black
`
<Text>Styled with CSS-in-JS </Text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment