mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
resources: Move resource interfaces into its own package
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
"github.com/gohugoio/hugo/hugofs"
|
||||
|
||||
"github.com/gohugoio/hugo/common/loggers"
|
||||
"github.com/gohugoio/hugo/resource/resource_transformers/tocss/scss"
|
||||
"github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss"
|
||||
)
|
||||
|
||||
func TestSCSSWithIncludePaths(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user