Skip to content

Commit

Permalink
fix typo in easing-variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ohansemmanuel committed Feb 27, 2018
1 parent c09dabc commit c7b286c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/6f87738ba5ca74ac9104fc97c6eee446.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ <h4 data-type="Demo">Demo</h4>
}
</style>
<h4 data-type="Explanation">Explanation</h4>
<p>The variables are defined globally with the <code>:root</code> CSS pseudo-class, which matches the root element of a tree representing the document. In HTML, <code>:root</code> represents the <code>&lt;html&gt;</code> element and is identical
to the selector html, except that its specificity is higher.</p>
<p>The variables are defined globally within the <code>:root</code> CSS pseudo-class which matches the root element of a tree representing the document. In HTML, <code>:root</code> represents the <code>&lt;html&gt;</code> element and is identical
to the selector <code>html</code>, except that its specificity is higher.</p>
<h4 data-type="Browser support">Browser support</h4>
<div>
<div class="snippet__browser-support">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ <h4 data-type="Demo">Demo</h4>
}
</style>
<h4 data-type="Explanation">Explanation</h4>
<p>The variables are defined globally with the <code>:root</code> CSS pseudo-class, which matches the root element of a tree representing the document. In HTML, <code>:root</code> represents the <code>&lt;html&gt;</code> element and is identical
to the selector html, except that its specificity is higher.</p>
<p>The variables are defined globally within the <code>:root</code> CSS pseudo-class which matches the root element of a tree representing the document. In HTML, <code>:root</code> represents the <code>&lt;html&gt;</code> element and is identical
to the selector <code>html</code>, except that its specificity is higher.</p>
<h4 data-type="Browser support">Browser support</h4>
<div>
<div class="snippet__browser-support">
Expand Down
2 changes: 1 addition & 1 deletion snippets/easing-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ powerful than the built-in `ease`, `ease-in`, `ease-out` and `ease-in-out`.

#### Explanation

The variables are defined globally with the `:root` CSS pseudo-class, which matches the root element of a tree representing the document. In HTML, `:root` represents the `<html>` element and is identical to the selector html, except that its specificity is higher.
The variables are defined globally within the `:root` CSS pseudo-class which matches the root element of a tree representing the document. In HTML, `:root` represents the `<html>` element and is identical to the selector `html`, except that its specificity is higher.

#### Browser support

Expand Down

0 comments on commit c7b286c

Please sign in to comment.