module

Tui::CSS

Hot Reload - Watch CSS files and reload on changes

Class methods

disable_hot_reload

Convenience method to disable hot reload

Source
enable_hot_reload(interval : Time::Span = 500.milliseconds) : HotReload

Convenience method to enable hot reload

Source
hot_reload

Global hot reload instance

Source
parse(source : String) : Stylesheet

Helper to parse TCSS string

Source
parse_file(path : String) : Stylesheet

Helper to parse TCSS file

Source

Nested types