mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Add Dart Sass support
But note that the Dart Sass Embedded Protocol is still in beta (beta 5), a main release scheduled for Q1 2021. Fixes #7380 Fixes #8102
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
|
||||
// New returns a new instance of the openapi3-namespaced template functions.
|
||||
func New(deps *deps.Deps) *Namespace {
|
||||
// TODO1 consolidate when merging that "other branch" -- but be aware of the keys.
|
||||
// TODO(bep) consolidate when merging that "other branch" -- but be aware of the keys.
|
||||
cache := namedmemcache.New()
|
||||
deps.BuildStartListeners.Add(
|
||||
func() {
|
||||
|
Reference in New Issue
Block a user