Skip to content

Commit

Permalink
✨ Add --tailwind-entry flag to the dev server.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleigh-dot-dev committed May 21, 2024
1 parent 435d15e commit 402010f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lustre_dev_tools/cli/start.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ Watchexec is a popular tool you can use to restart the server when files change.
flag.bool()
|> flag.description(description)
})
|> glint.flag("tailwind-entry", {
let description =
"Use a custom CSS file as the entry to a Tailwind CSS bundle."

flag.string()
|> flag.description(description)
})
}

// STEPS -----------------------------------------------------------------------
Expand Down

0 comments on commit 402010f

Please sign in to comment.