I recently used the [Feature Toggle module](https://www.drupal.org/project/feature_toggle) to set a data attribute which enabled some new styling for buttons.
## The PHP code
In the theme's .theme file:
```php
/**
* Implements hook_preprocess_html().
*/
function mytheme_preprocess_html(array &$variables): void {