lustre-labs / lustre

An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!
https://hexdocs.pm/lustre
MIT License
744 stars 53 forks source link

🔧 Allow for lustre_ui's default stylesheet to be injected by `lustre/try`. #27

Closed hayleigh-dot-dev closed 5 months ago

hayleigh-dot-dev commented 6 months ago

I'm not entirely sure if this is a feature we definitely want, but for folks that are dipping their toes into lustre particularly from a backend perspective, they might be less inclined to put something pretty together off the bat.

Having the option to include lustre_ui's default styles (maybe with some additional styling that re-adds things like h1-6 font size etc) will let folks put together things that look semi-reasonable before they commit to lustre and lustre_ui.

This could probably do with some discussion or more thoughts on how/why we'd do this!