Sass support

Is the Micro.blog version of Hugo setup to support Sass/SCSS if I converted my custom theme CSS into Sass files and compiled/linked per the Hugo documentation? Figured I should check before bothering to refresh my memory and converting them.

No, it doesn’t process Sass right now. You’ll have to preprocess your files into regular CSS first. I haven’t explored this much myself yet, so I’m not sure if there are any downsides to enabling it for everyone.

Okay, not a problem. May be worth checking out as I remember last time I was doing web stuff, being able to template CSS (probably the first time I was exposed to partials) and have the occasional variable (like theme colors) made CSS design and maintenance a lot easier.

Update: most of my topics are simply me exploring the environment and learning what is possible.