lab/drupal-tailwindcss-purgecss-test/.docksal/commands/init

14 lines
293 B
Text
Raw Normal View History

2019-05-16 12:41:13 +01:00
#!/usr/bin/env bash
fin start
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
2019-05-16 12:41:13 +01:00
fin drush uli -l http://drupal-tailwind.docksal