From cc90e8068be5f52401f44a86f6b0c49b58ca63d2 Mon Sep 17 00:00:00 2001 From: Rachid Mrad <107004823+rachidatecs@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:07:22 -0400 Subject: [PATCH] Update docs/developer/README.md Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com> --- docs/developer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/README.md b/docs/developer/README.md index 438bef792..612b56fdf 100644 --- a/docs/developer/README.md +++ b/docs/developer/README.md @@ -265,7 +265,7 @@ You can also compile the **Sass** at any time using `npx gulp compile`. Similarl ### CSS classes naming -We use [CSS Block Element Modifier (BEM)](https://getbem.com/naming/) naming convention for our custom classes. This is in line with how USWDS [approaches](https://designsystem.digital.gov/whats-new/updates/2019/04/08/introducing-uswds-2-0/) their CSS class architecture and helps keep our code cohesive and readable. +We use the [CSS Block Element Modifier (BEM)](https://getbem.com/naming/) naming convention for our custom classes. This is in line with how [USWDS approaches](https://designsystem.digital.gov/whats-new/updates/2019/04/08/introducing-uswds-2-0/) their CSS class architecture and helps keep our code cohesive and readable. ### Upgrading USWDS and other JavaScript packages