something in this format: $this->Decorator->rule('.some-rule', array( 'padding-top' => $vg->size('2m'), 'min-width' => array( '-webkit-calc(100% - 48px)', '-moz-calc(100% - 48px)' )
something in this format:
$this->Decorator->rule('.some-rule', array(
'padding-top' => $vg->size('2m'),
'min-width' => array(
'-webkit-calc(100% - 48px)',
'-moz-calc(100% - 48px)'
)