Skip to content

Command Line Interface

css2tailwind


Usage

sh
$ css2tailwind <styles-directory> <output-directory> [OPTIONS...]

Arguments

ArgumentDescription
styles-directoryPath to the source styles directory (commonly src/styles)
output-directoryPath to the output directory (commonly .styles

Options

OptionDescription
-w, --watchWatch for file changes in the styles-directory
-c, --config <path>Path to the tailwind config (default: tailwind.config.ts)
-h, --helpShow help
-v, --versionShow version number