/make-tailwindcss

A demo template for using tailwindcss with a simple Makefile.

Primary LanguageJavaScriptMIT LicenseMIT

make-tailwindcss

A demo template for using tailwindcss with a simple Makefile.

Requirements

  • Node (>= 10.15.3)

Usage

Straight compilation of dist/styles.css.

$ make

Continuosly watch for changes and compile dist/styles.css.

$ make watch

License

Code is distributed under MIT license, feel free to use it in your proprietary projects as well.