I’m trying to get an SCSS file processed into a CSS file. I’m trying to follow the form given on https://gohugo.io/hugo-pipes/introduction/ but end up with a function "resources" not defined error.
If I use .Resources.Get instead I get a can't evaluate field Get error instead.