Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

A quick and simple example of using Tailwind CSS with Webpack.

License

Notifications You must be signed in to change notification settings

tailwindlabs/webpack-starter

Repository files navigation

Tailwind CSS Webpack Starter Project

This is an example of a super simple Webpack setup for using Tailwind CSS.

To get started, clone the project and install the dependencies:

# Using npm
npm install

# Using Yarn
yarn

After that, start up Webpack:

webpack --watch

Webpack will watch /src/styles.css and /tailwind.js and rebuild your stylesheet on every change.

You can play around with /index.html to see the effects of your changes.

Contributing

Have a lot of experience with Webpack and suggestions on how we could improve this starter template? We'd love a PR!

About

A quick and simple example of using Tailwind CSS with Webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published