Adding support on the options page for Foundation framework

This commit is contained in:
Corey Wagehoft
2011-10-26 11:40:31 -05:00
parent 88706ec1ea
commit 62a8dc5d3b

View File

@@ -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'),