Some constants may be used in several stylesheets in the whole crate. It is able to write them in a global stylesheet.
The default global stylesheet is located at "src/lib.mcss". This path can be changed by "stylesheet-mod-root" in Cargo.toml.
Constants can be declared inside this file.
Stylesheets can use the global constants with a "use" statement.
Normal functions (not dynamic style functions) can also be declared.
Then in stylesheets:
If the global stylesheet is large, the "mod" statement can be used to split it into several files.
In "src/my_sub.mcss":
Then in stylesheets: