Update, 2023-06-26: A few days after publishing this post, I realized I’d used a title scheme and, more importantly, a URL scheme that didn’t square with those of other posts in this series; so I retitled the post accordingly and implemented a redirect that brought you to this URL, instead. My apologies for any confusion this may have caused.
If you’re a Hugo user who’s been on the proverbial desert island for a while, you might have missed a few weeks of unexpected drama over how Hugo works with Dart Sass. Yesterday’s release of Hugo 0.114.0 brought that drama to a close, as I subsequently explained through updates to numerous posts in this here website, but I thought those of you who don’t breathlessly scan my site for such updates might want a rehash of the whole shebang.
First, let me paint the pre-drama picture for how Hugo worked with Sass (Dart or otherwise), and I apologize in advance to those who’ve already read any of my previous ramblings1 on this subject:
- Until a few years ago, using Hugo with Sass was a no-brainer, because Hugo included (and, even now, still includes) the LibSass implementation of Sass. However, LibSass has received no feature updates since November, 2018; and, in October, 2020, it was deprecated. In the deprecation announcement, the Sass project urged all LibSass users to switch to Dart Sass.
- In November, 2020, Hugo 0.80.0 became the first Hugo version to support Dart Sass, but it could do so only in concert with the installation of an Embedded Dart Sass binary within the system
PATH
of the Hugo project’s development or production environment. - Further complicating the situation was that it took until February, 2022, before that binary was declared “stable.”
- Soon thereafter, I began writing some articles about how to install and use the Embedded Dart Sass binary with Hugo. Also, last December, Hugo project member Joe Mooring issued a comprehensive, related post on the Hugo Discourse forum.
Then came the drama.
A 2023-05-22 blog post from the Sass project explained that:
- The repo for the separate Embedded Dart Sass binary was being archived and the binary itself frozen at its then-current version, v.1.62.1.
- Future versions of Embedded Dart Sass would, instead, be packaged within the Dart Sass binary.
The first such version of the Dart Sass binary was v.1.63.0, released 2023-06-07. Those who, as I did, tried Hugo with this binary rather than the archived Embedded Dart Sass binary quickly found that it was largely useless in development mode, because it couldn’t “watch” a project for changes; it only formatted everything on the initial load and then did no more. Thus, it was necessary to keep using Hugo with the archived/frozen Embedded Dart Sass binary until the Hugo team could come up with a fix.
. . . which they did yesterday, with the release of v.0.114.0. Now, you just put the Dart Sass binary into the PATH
and everything works as it did before, with Hugo and Embedded Dart Sass in perfect sync. In fact, that sync is even sweeter, with update speeds occurring faster than before.
Thus, in the space of a few short weeks, the Hugo team has pulled off two impressive fixes where styling one’s Hugo site is concerned:
- Hugo 0.112.0 (2023-05-23) resolved a long-standing problem with Tailwind CSS’s baked-in Just-In-Time (JIT) compiler, ending the need to resort to numerous well-intentioned but hacky workarounds.
- And, as of yesterday, Hugo 0.114.0 ended the brief, but unpleasant episode caused by the Sass project’s re-packaging decision. (The Hugo team continues working toward an even more comfortable solution for Dart Sass users.)
As a side note . . .
This return to more stable use of Dart Sass with Hugo could let you easily try out some (but not all2) features of native CSS nesting while you’re waiting for broader browser support: just put it in .scss files rather than .css files. Of the major browser platforms, Chrome and Safari already support native CSS nesting, and it appears Firefox will join them in that regard within a few weeks — first behind a flag in Firefox 115, and then by default in Firefox 116.3 Thus, when there’s enough browser support for you to feel comfortable in using the CSS as-is with no Dart Sass help, you can remove Dart Sass from the equation and adjust your styling as necessary to reconcile the differences2 between Sass’s nesting model and that of native CSS nesting.
An example of said ramblings would be “Using Dart Sass with Hugo” (2022-03-08), which could be considered the first chapter of the “saga” to which the title refers. ↩︎
Update, 2023-07-15: It now appears native CSS nesting will continue to be available only behind a flag in Firefox 116 but then become the default in Firefox 117. ↩︎
Latest commit (a884c349
) for page file:
2023-07-18 at 1:39:56 PM CDT.
Page history