Expand description
Parse css!(…) macro invocations and generate a CSS stylesheet.
Structs§
- Classes
- The data structure that a
css!(...)
invocation gets parsed into. - Sunbeam
Config - Configuration for Sunbeam.
Enums§
- Parse
CssError - 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.