adding support for adapt.js, closes #47

This commit is contained in:
Ben Word
2011-05-30 20:09:20 -06:00
parent 83199c388e
commit 5466bad0d1
13 changed files with 2168 additions and 7 deletions

View File

@@ -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);