Crate sunbeam_build

Source
Expand description

Parse css!(…) macro invocations and generate a CSS stylesheet.

Structs§

Classes
The data structure that a css!(...) invocation gets parsed into.
SunbeamConfig
Configuration for Sunbeam.

Enums§

ParseCssError
An error while parsing css!(..) calls.

Functions§

files_in_dir_recursive_ending_with
Get all of the files in a directory or any of its subdirectories that end with a given pattern.
parse_rust_files
Parse the classes found in css!(…) macro calls inside of the given Rust files.