0.3.2 • Published 6 years ago
@scoville/tailwind-generator v0.3.2
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,--configProvide tailwind.config.js path-l,--langLanguage used in generated code (elm|reasonml|typescript|purescript)-o,--outputProvide directory for generated code (default:./src)--cssOutputProvide full path (including file name) for generated css stylesheet (default:./tailwind.css)--cssInputProvide 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,--helpDisplay the help message