GoHugo pipeline scss toCSS

Hey,
Tried Hugo pipeline SASS / SCSS and doesn’t work and output this error :
Building sites … ERROR 2018/08/29 10:07:25 error: failed to transform resource: TOCSS: failed to transform "scss/style.scss" (text/x-scss): this feature is not available in your current Hugo version Total in 10 ms

my code : {{ $sass := resources.Get "/scss/style.scss" }} {{ $style := $sass | resources.ToCSS }} <link rel="stylesheet" href="{{ $style.Permalink }}" />

my Hugo version : Hugo Static Site Generator v0.48 linux/amd64 BuildDate: 2018-08-29T06:33:51Z

Thanks

The error means you need to install the extended version.

You may get a slightly better error message in Hugo 0.48 https://github.com/gohugoio/hugo/issues/5111 https://github.com/gohugoio/hugo/pull/5114