diff --git a/web/themes/custom/opdavies/justfile b/web/themes/custom/opdavies/justfile index 639beb6..a7d0c58 100644 --- a/web/themes/custom/opdavies/justfile +++ b/web/themes/custom/opdavies/justfile @@ -1,9 +1,9 @@ _default: just --list -build-css: +build-css *args: npx tailwind --config assets/tailwind.config.ts \ - --output dist/tailwind.css + --output dist/tailwind.css {{ args }} clean: rm -fr node_modules dist/* diff --git a/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig b/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig index 1f5f7d5..8009ff1 100644 --- a/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig +++ b/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig @@ -26,7 +26,7 @@ * @see template_preprocess_block() */ #} -