/sc-test

Styled Components 3.2 example repo

Primary LanguageJavaScript

Styled Components test

When using variables in Styled Components, they’re stripped out in the build.

See styled-components/styled-components#1607.

Reproduction

  1. Navigate to App.js to see the styled component setup.
  2. Run yarn build
  3. Inspect the built JS file to find background-color: ",";\n color: "," rather than the expected values.