1.7.3 • Published 6 years ago
styled-tidy v1.7.3
styled-tidy
Tidy is a lightweight set of utilities for writing clean styled-components syntax.
Installation
Add the dependency:
yarn add styled-tidyAnd then in your component(s):
// grab the helpers you want
import { is, swap, rem, minWidth } from 'styled-tidy';Usage
Contributing
styled-tidy follows semantic release versioning with Commitizen.
Committing
Install commitizen globally, if you have not already.
npm install -g commitizenWhen you are ready to commit your changes…
git add .
git czThen, follow the CLI wizard.
Note: Choosing 'feat' or adding 'BREAKING CHANGE' in the commit will result in a major version bump during the release.
Testing
nvm use
yarn
yarn testAdditional Commands
Keep things tidy ;)
yarn lintTest that your changes compile
yarn buildLicense
MIT