Enable tailwindcss and set it as the default theme
This commit is contained in:
parent
7d3db08de5
commit
ab8fa7b284
|
@ -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
|
||||
|
|
Reference in a new issue