adding support for adapt.js, closes #47
This commit is contained in:
@@ -63,6 +63,10 @@ function roots_grid_framework() {
|
||||
'value' => '1140',
|
||||
'label' => __('1140', 'roots'),
|
||||
),
|
||||
'adapt' => array(
|
||||
'value' => 'adapt',
|
||||
'label' => __('Adapt.js', 'roots'),
|
||||
),
|
||||
);
|
||||
|
||||
return apply_filters('roots_grid_framework', $grid_options);
|
||||
|
||||
Reference in New Issue
Block a user