2.1.0 • Published 3 years ago

cra-template-tailwindcss-styled v2.1.0

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

cra-template-tailwindcss-styled

npm version

This is the Tailwind CSS and styled-components template for Create React App.

Setting Up

To use this template, add --template tailwindcss-styled when you're creating a new app.

Example:

npx create-react-app my-app --template tailwindcss-styled

# or

yarn create react-app my-app --template tailwindcss-styled

More Examples

If you need more examples for use Tailwind CSS with styled-components, you can see this two pages:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.