function load_styles()
 {
     $grid = Upfront_Grid::get_grid();
     $preprocessor = new Upfront_StylePreprocessor($grid);
     $style = $preprocessor->get_editor_grid();
     $this->_out(new Upfront_CssResponse_Success($style));
 }