Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swap modifier to element to follow BEM #157

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

markconroy
Copy link
Member

A tiny PR to change

<div class="localgov-alert-banner--content-link">{{ content.link }}</div>

to

<div class="localgov-alert-banner__content-link">{{ content.link }}</div>

So we follow BEM properly. This class is not used in the module's CSS so should not break anything.

@markconroy markconroy merged commit 1d7638c into 1.x Jul 8, 2021
@andybroomfield andybroomfield mentioned this pull request Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants