Skip to content

Commit 068cec3

Browse files
authored
Merge pull request webpack-contrib#314 from mrsteele/master
Resolving grammatical issue in README.md file
2 parents 237873c + c2e5a9e commit 068cec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Using 'Root-relative' urls is not recommended. You should only use it for legacy
6262

6363
### Local scope
6464

65-
By default CSS exports all class names into a global selector scope. This is a feature which offer a local selector scope.
65+
By default CSS exports all class names into a global selector scope. Styles can be locally scoped to avoid globally scoping styles.
6666

6767
The syntax `:local(.className)` can be used to declare `className` in the local scope. The local identifiers are exported by the module.
6868

0 commit comments

Comments
 (0)