tailwind/install

Runs the TailwindCSS install.

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

Example

$ gleam run -m tailwind/install

Functions

pub fn main() -> Result(Nil, String)

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

Example

$ gleam run -m tailwind/install

If you wish to install tailwind programmatically use tailwind.install().

Search Document