From e7896618e3fb7d5a2f8ca4f6c0a0e7bab6276963 Mon Sep 17 00:00:00 2001 From: Matt Steele Date: Fri, 5 Aug 2016 09:23:22 -0400 Subject: [PATCH 1/2] Update README.md Updating a sentence in the README.md file due to grammatical error and didn't add any value to the user. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b85b19..e531b1d4 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Using 'Root-relative' urls is not recommended. You should only use it for legacy ### Local scope -By default CSS exports all class names into a global selector scope. This is a feature which offer a local selector scope. +By default CSS exports all class names into a global selector scope. Styles can be locally scoped avoid globally scoping styles. The syntax `:local(.className)` can be used to declare `className` in the local scope. The local identifiers are exported by the module. From c2e5a9e647be139686bdd3fa833b7d735d77dcd7 Mon Sep 17 00:00:00 2001 From: Matt Steele Date: Fri, 5 Aug 2016 09:24:40 -0400 Subject: [PATCH 2/2] Update README.md Resolving an issue introduced in previous commit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e531b1d4..676fb3f0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Using 'Root-relative' urls is not recommended. You should only use it for legacy ### Local scope -By default CSS exports all class names into a global selector scope. Styles can be locally scoped avoid globally scoping styles. +By default CSS exports all class names into a global selector scope. Styles can be locally scoped to avoid globally scoping styles. The syntax `:local(.className)` can be used to declare `className` in the local scope. The local identifiers are exported by the module.