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

View file

@ -0,0 +1,8 @@
DEFAULT INSTALL SETTINGS
----------------------------------
Before installing your theme, change the name of peceful.settings.yml to use
your theme name. This will ensure that base css and js are turned off by default on
install. You can add additional settings in that file if you need as well.
See zurb-foundation/config/install/zurb_foundation.settings.yml for example.

View file

@ -0,0 +1,2 @@
zurb_foundation_disable_base_css: 1
zurb_foundation_disable_base_js: 1