This subsection is a parody of the real thing.
Mandate Forms Examples
// Example of a mandatory CSS file
// @import url("https://example.com/mandate.css");
// body { background-color: #000; color: #fff; }
This subsection is optional and not really a thing.
Optional Overlays
// Example of an optional CSS file
// @import url("https://example.com/optional.css");
// body { background-color: #000; color: #fff; }