Add Dart Sass support
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 23 Dec 2020 08:26:23 +0000 (09:26 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 30 Dec 2020 16:32:25 +0000 (17:32 +0100)
commitcea157402365f34a69882110a4208999728007a6
treebc29f699e7c901c219cffc5f50fba99dca53d5bd
parentf9f779786edcefc4449a14cfc04dd93379f71373
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
26 files changed:
.github/workflows/test.yml [new file with mode: 0644]
.travis.yml [deleted file]
README.md
commands/server.go
deps/deps.go
docs/content/en/hugo-pipes/scss-sass.md
go.mod
go.sum
htesting/test_helpers.go
hugofs/walk_test.go
hugolib/hugo_sites_build.go
hugolib/image_test.go
hugolib/page_test.go
hugolib/resource_chain_test.go
markup/asciidocext/convert.go
markup/pandoc/convert.go
markup/rst/convert.go
modules/client.go
requirements.txt [deleted file]
resources/resource_transformers/tocss/dartsass/client.go [new file with mode: 0644]
resources/resource_transformers/tocss/dartsass/transform.go [new file with mode: 0644]
resources/transform.go
tpl/openapi/openapi3/openapi3.go
tpl/resources/resources.go
tpl/tplimpl/template_funcs_test.go
tpl/tplimpl/template_info_test.go