0.3.2 • Published 5 years ago

@scoville/tailwind-generator v0.3.2

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

Tailwind generator

Generates code and css from a tailwind config file. Currently supports Elm, ReasonML, TypeScript, and PureScript!

Commands:

To get help:

$ tailwind-generator --help

Options:

  • -c, --config Provide tailwind.config.js path
  • -l, --lang Language used in generated code (elm|reasonml|typescript|purescript)
  • -o, --output Provide directory for generated code (default: ./src)
  • --cssOutput Provide full path (including file name) for generated css stylesheet (default: ./tailwind.css)
  • --cssInput Provide path of your css stylesheet which uses the @tailwind directive to inject Tailwind's preflight and utilities styles into your CSS - (default: $TAILWIND_GENERATOR/assets/input.css)
  • -h, --help Display the help message
0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago