From 7d973958edca02f2655a359c6792bf65b63283eb Mon Sep 17 00:00:00 2001 From: mou Date: Tue, 2 Sep 2025 15:06:36 +0530 Subject: [PATCH 1/3] added ... in readme file --- css-in-javascript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-in-javascript/README.md b/css-in-javascript/README.md index 2e6ab68a1b..e466882db7 100644 --- a/css-in-javascript/README.md +++ b/css-in-javascript/README.md @@ -32,7 +32,7 @@ } ``` - - Use an underscore for modifiers to other styles. + - Use an underscore for modifiers to other styles.... > Why? Similar to [BEM](https://getbem.com/introduction/), this naming convention makes it clear that the styles are intended to modify the element preceded by the underscore. Underscores do not need to be quoted, so they are preferred over other characters, such as dashes. From 08e9d515994b2d75538edfd0478ac01adb3e126c Mon Sep 17 00:00:00 2001 From: mazumdersinghmou Date: Tue, 2 Sep 2025 15:27:37 +0530 Subject: [PATCH 2/3] added .. --- css-in-javascript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-in-javascript/README.md b/css-in-javascript/README.md index e466882db7..80daaf21b9 100644 --- a/css-in-javascript/README.md +++ b/css-in-javascript/README.md @@ -32,7 +32,7 @@ } ``` - - Use an underscore for modifiers to other styles.... + - Use an underscore for modifiers to other styles... > Why? Similar to [BEM](https://getbem.com/introduction/), this naming convention makes it clear that the styles are intended to modify the element preceded by the underscore. Underscores do not need to be quoted, so they are preferred over other characters, such as dashes. From e3fb6ea6e3df1951520228817a828a093d513cf4 Mon Sep 17 00:00:00 2001 From: mazumdersinghmou Date: Tue, 2 Sep 2025 16:18:25 +0530 Subject: [PATCH 3/3] added.... just for testing purpose --- css-in-javascript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-in-javascript/README.md b/css-in-javascript/README.md index 80daaf21b9..520d836002 100644 --- a/css-in-javascript/README.md +++ b/css-in-javascript/README.md @@ -32,7 +32,7 @@ } ``` - - Use an underscore for modifiers to other styles... + - Use an underscore for modifiers to other styles..... > Why? Similar to [BEM](https://getbem.com/introduction/), this naming convention makes it clear that the styles are intended to modify the element preceded by the underscore. Underscores do not need to be quoted, so they are preferred over other characters, such as dashes.