DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

CSS file does not properly style Individual components #907

Closed bwilliams-un closed 5 years ago

bwilliams-un commented 5 years ago

Problem: When using the atlasThemes.min.css file and including individual components (eg. import { Button } from 'react-atlas/lib/Button/Button') the CSS classes are applied but the style is not properly represented.

The best example is with Button. Expected: image

Actual: image

Reproduction: https://github.com/bwilliams-un/atlas-css-test