class

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

Instance methods

enabled
Source
enabled=(enabled : Bool)
Source
minify
Source
minify=(minify : Bool)
Source