From ab8fa7b284bef68a1fc72b9bba67f40e562a3a99 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 16 May 2019 13:03:38 +0100 Subject: [PATCH] Enable tailwindcss and set it as the default theme --- .docksal/commands/init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.docksal/commands/init b/.docksal/commands/init index 70377e7..cd15734 100755 --- a/.docksal/commands/init +++ b/.docksal/commands/init @@ -6,4 +6,8 @@ fin drush site-install -y \ --account-pass=admin \ --site-name='Drupal Tailwind CSS' +# Change the default theme +fin drush theme:enable tailwindcss -y +fin drush config-set system.theme default tailwindcss -y + fin drush uli -l http://drupal-tailwind.docksal