Initial commit after running Zurb Foundation subtheme from STARTER script

This commit is contained in:
benjamin melançon 2024-04-20 14:40:26 -04:00
commit 61ce6fca2d
49 changed files with 2166 additions and 0 deletions

15
theme-settings.php Normal file
View file

@ -0,0 +1,15 @@
<?php
/**
* @file
* Add custom theme settings to the ZURB Foundation sub-theme.
*/
use Drupal\Core\Form\FormStateInterface;
/**
* Implements hook_form_FORM_ID_alter().
*/
function peceful_form_system_theme_settings_alter(&$form, FormStateInterface $form_state) {
}