diff --git a/inc/roots-options.php b/inc/roots-options.php index 4bd0d59..1367c2b 100644 --- a/inc/roots-options.php +++ b/inc/roots-options.php @@ -117,6 +117,15 @@ $roots_css_frameworks = array( 'sidebar' => '' ) ), + 'foundation' => array( + 'name' => 'foundation', + 'label' => __('Foundation', 'roots'), + 'classes' => array( + 'container' => 'row', + 'main' => '', + 'sidebar' => '' + ) + ), 'none' => array( 'name' => 'none', 'label' => __('None', 'roots'),