unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
5 stars 6 forks source link

Patch Views to not strip '@' from view CSS output #128

Closed ericras closed 3 weeks ago

ericras commented 4 years ago

The patch added in #69 only fixes the view form validation - the rendered output is still stripped of the @. In views.theme.inc, the @ needs to be included in:

$bc_classes = explode(' ', preg_replace('/[^a-zA-Z0-9- ]/', '-', $css_class));

ericras commented 1 year ago

https://www.drupal.org/project/drupal/issues/3187258

ericras commented 3 weeks ago

https://www.drupal.org/project/drupal/issues/2916377