1.7.3 • Published 5 years ago

styled-tidy v1.7.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

styled-tidy

Tidy is a lightweight set of utilities for writing clean styled-components syntax.

npm.io CircleCI npm.io Codecov

Installation

Add the dependency:

yarn add styled-tidy

And 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 commitizen

When you are ready to commit your changes

git add .
git cz

Then, 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 test

Additional Commands

Keep things tidy ;)

yarn lint

Test that your changes compile

yarn build

License

MIT

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago