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 {
223223## ` rgba ` function (` rgb ` fallback)
224224
225225Add 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).
227227
228228``` css
229229body {
@@ -320,7 +320,7 @@ div {
320320## ` rem ` unit (` px ` fallback)
321321
322322` rem ` fallback to ` px `
323- (if you browser scope cover old browsers, eg: IE8).
323+ (if your browser scope cover old browsers, eg: IE8).
324324
325325``` css
326326h1 {
@@ -380,7 +380,7 @@ p:not(:first-child, .special) {
380380## ` :: ` pseudo syntax (` : ` fallback)
381381
382382Adjust ` :: ` to ` : `
383- (if you browser scope cover old browsers, eg: IE8).
383+ (if your browser scope cover old browsers, eg: IE8).
384384
385385``` css
386386a ::before {
You can’t perform that action at this time.
0 commit comments