tailwind/run

Runs the TailwindCSS CLI with the args defined in the gleam.toml.

⚠️ This module is to be ran directly as gleam module.

Example

$ gleam run -m tailwind/run

Functions

pub fn main() -> Nil

⚠️ This function is to be ran directly as gleam module.

Example

$ gleam run -m tailwind/run

If you wish to run tailwind programmatically use tailwind.run(args).

Search Document