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

Tandem Component Updates #662 #670

Open sarongebre opened 1 month ago

sarongebre commented 1 month ago

Closes #662 Closes #631 Closes #684

We use button styles in the UNL Herbie Theme file for more than one block. Should I declare these variables at the top of the script file as global scope variables? Code works fine without this, just asking for code cleanup reasons.

$primary_button = 'dcf-btn dcf-btn-primary';
$secondary_button = 'dcf-btn dcf-btn-secondary';
$tertiary_button = 'dcf-btn dcf-btn-tertiary';