From c7b286c2aca8645ecebf8d42037b1d6f1af99145 Mon Sep 17 00:00:00 2001 From: ohansemmanuel Date: Tue, 27 Feb 2018 02:22:56 +0100 Subject: [PATCH] fix typo in easing-variables.md --- dist/6f87738ba5ca74ac9104fc97c6eee446.html | 4 ++-- index.html | 4 ++-- snippets/easing-variables.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/6f87738ba5ca74ac9104fc97c6eee446.html b/dist/6f87738ba5ca74ac9104fc97c6eee446.html index 24ffa0db7..93d0eda04 100644 --- a/dist/6f87738ba5ca74ac9104fc97c6eee446.html +++ b/dist/6f87738ba5ca74ac9104fc97c6eee446.html @@ -216,8 +216,8 @@ in any specification.

}

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

diff --git a/index.html b/index.html index 83657bb85..84106a7fd 100644 --- a/index.html +++ b/index.html @@ -216,8 +216,8 @@ in any specification.

}

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

diff --git a/snippets/easing-variables.md b/snippets/easing-variables.md index 88f9d2951..de2ba1600 100644 --- a/snippets/easing-variables.md +++ b/snippets/easing-variables.md @@ -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 `` 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 `` element and is identical to the selector `html`, except that its specificity is higher. #### Browser support