is there a hook for the css dynamic for the editor? Example of a css dynamic for the front-end:
function capacity_wp_head()
{
echo ''. capacity_dynamic_css() .'';
}
add_action('wp_head', 'capacity_wp_head');