Adding support on the options page for Foundation framework
This commit is contained in:
@@ -117,6 +117,15 @@ $roots_css_frameworks = array(
|
|||||||
'sidebar' => ''
|
'sidebar' => ''
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
'foundation' => array(
|
||||||
|
'name' => 'foundation',
|
||||||
|
'label' => __('Foundation', 'roots'),
|
||||||
|
'classes' => array(
|
||||||
|
'container' => 'row',
|
||||||
|
'main' => '',
|
||||||
|
'sidebar' => ''
|
||||||
|
)
|
||||||
|
),
|
||||||
'none' => array(
|
'none' => array(
|
||||||
'name' => 'none',
|
'name' => 'none',
|
||||||
'label' => __('None', 'roots'),
|
'label' => __('None', 'roots'),
|
||||||
|
|||||||
Reference in New Issue
Block a user