File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ body {
223
223
## ` rgba ` function (` rgb ` fallback)
224
224
225
225
Add solid colors fallback for rgba colors
226
- (if you browser scope cover old browsers, eg: IE8).
226
+ (if your browser scope cover old browsers, eg: IE8).
227
227
228
228
``` css
229
229
body {
@@ -320,7 +320,7 @@ div {
320
320
## ` rem ` unit (` px ` fallback)
321
321
322
322
` rem ` fallback to ` px `
323
- (if you browser scope cover old browsers, eg: IE8).
323
+ (if your browser scope cover old browsers, eg: IE8).
324
324
325
325
``` css
326
326
h1 {
@@ -380,7 +380,7 @@ p:not(:first-child, .special) {
380
380
## ` :: ` pseudo syntax (` : ` fallback)
381
381
382
382
Adjust ` :: ` to ` : `
383
- (if you browser scope cover old browsers, eg: IE8).
383
+ (if your browser scope cover old browsers, eg: IE8).
384
384
385
385
``` css
386
386
a ::before {
You can’t perform that action at this time.
0 commit comments