diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-06-23 12:49:10 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-06-25 15:48:02 +0200 |
commit | e1317dd32281dc5ce670e34165dc7780c8f5892b (patch) | |
tree | 986f45feec6d2590b859697f7498f7f9a3cdcc1e /modules | |
parent | eddcd2bac6bfd3cc0ac1a3b38bf8c4ae452ea23b (diff) | |
download | hugo-e1317dd32281dc5ce670e34165dc7780c8f5892b.tar.gz hugo-e1317dd32281dc5ce670e34165dc7780c8f5892b.zip |
Add css.TailwindCSS
Closes #12618
Closes #12620
Diffstat (limited to 'modules')
-rw-r--r-- | modules/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/client_test.go b/modules/client_test.go index d727c4586..0ee7e0dbc 100644 --- a/modules/client_test.go +++ b/modules/client_test.go @@ -61,7 +61,7 @@ github.com/gohugoio/hugoTestModules1_darwin/[email protected] github.com/gohugoio/h WorkingDir: workingDir, ThemesDir: themesDir, PublishDir: publishDir, - Exec: hexec.New(security.DefaultConfig), + Exec: hexec.New(security.DefaultConfig, ""), } withConfig(&ccfg) |