Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,14 +3,14 @@ title: CSS, data attributes and feature flags
date: 2024-08-25
permalink: daily/2024/08/25/css--data-attributes-and-feature-flags
tags:
- software-development
- drupal
- php
- feature-flags
- css
- software-development
- drupal
- php
- feature-flags
- css
cta: ~
snippet: |
How I combined a feature flag and a data attribute to release some new CSS styles to a project.
How I combined a feature flag and a data attribute to release some new CSS styles to a project.
---
I recently used [Drupal's Feature Toggle module](https://www.drupal.org/project/feature_toggle) to set a data attribute which enabled some new styling for buttons.