dotkom / design-system

Component library, maybe
https://design.online.ntnu.no
MIT License
4 stars 4 forks source link

Styled-components are not packaged/transpiled #179

Open FluidSense opened 4 years ago

FluidSense commented 4 years ago

Describe the bug Currently, when installing DS, you also need to install styled-components.

To Reproduce Steps to reproduce the behavior:

  1. Create a new project
  2. Install @dotkomonline/design-system
  3. Use any component, i.e. Button.
  4. See error "Module not found: Can't resolve 'styled-components'.

Expected behavior DS to work on it's own in external projects.

Screenshots