Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@midwest-tape/mwt-styled-components

nmaves8ISCdeprecated1.1.4

this package has been deprecated

common reusable styled components

readme

MWT Styled Components Library

Standardized component library based around styled-components for use across all MWT React-based systems.

Available Commands

When committing new work to the repository lint and prettier are run automatically. When publishing to NPM build is run automatically.

npm start # Starts up storybook and watches src/ for changes.
npm run build # Create a production build.
npm run lint # eslint using our standard configuration
npm run prettier # prettier using our standard configuration