To get the “extended” SASS/SCSS version you need to build something like this: CGO_ENABLED=1 go build -tags extended and you will need C/C++ compiler installed.
If someone could communicate this with the Brew people? I assume they build on a box with XCode etc. up and running.
Awesome, going to take it for a spin immediately! I really look forward to this release and must even admit I was a little bit waiting on it, wondering when today it would come out.
Thank you Bep for your amazing work on Hugo. It’s amazing how much better Hugo becomes each time.
Snap Package - the Hugo Snap (Snapcraft) package for Linux distributions - updated Docker/CI Image - a Hugo Docker image for Continuous Integration- updated Fedora Copr - Hugo RPM packages for Fedora and CentOS - updated Brew - a macOS package manager - updated Chocolatey - a Windows package manager - not yet updated
I periodically check this post for updates but feel free to ping me.
This thread is not a place for discussions about what it is. We have talked about that for months. But if you don’t find what you want mentioned in the release notes, assume it’s not there.
I’m using npm to get some sass dependencies. I quick looked the hugo source and found that toCSS is setting the include path as the sass file directory so currently there isn’t a way to set the include path. Am I right?