Hwaro::Models::SassConfig
Inherits Reference / Object
Built-in Sass/SCSS compilation (pure Crystal, no external tools).
When enabled, non-partial *.scss files under the static dir compile
to sibling .css files in the output, _*.scss partials are only
reachable via @use/@import, and raw .scss sources are excluded from
the verbatim static copy.
Config example (config.toml): [sass] enabled = true minify = true
Constructors
new
SourceInstance methods
enabled
Sourceenabled=(enabled : Bool)
Sourceminify
Sourceminify=(minify : Bool)
Source