From ee5bb98dba4a0a73514e85bc9143d19255561672 Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Mon, 2 Jan 2017 01:45:57 -0800 Subject: [PATCH] Update resets.html Corrected spelling error regarding "Magento" missing a "t". --- lib/web/css/docs/resets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/css/docs/resets.html b/lib/web/css/docs/resets.html index 48641b0f04a0a..ab31bfee7a840 100644 --- a/lib/web/css/docs/resets.html +++ b/lib/web/css/docs/resets.html @@ -10,7 +10,7 @@

CSS reset is a technique that makes selected elements display in the same way in different browsers by default.

In Magento UI library there are 5 pre-defined resets that can be called by appropriate mixin..

Magento reset

-

Magento UI library has a set of variables that configure UI elements. Mageno reset uses this list to define the default state of html elements. It sets up the basic typography, forms style, buttons style, tables style using variables which are specified in your theme. Mageno reset is made to avoid re-defining same elements by using some reset techniques and then set up different styles to these elements.

+

Magento UI library has a set of variables that configure UI elements. Magento reset uses this list to define the default state of html elements. It sets up the basic typography, forms style, buttons style, tables style using variables which are specified in your theme. Magento reset is made to avoid re-defining same elements by using some reset techniques and then set up different styles to these elements.

To get Magento UI library reset in your theme, use mixin:

  .lib-magento-reset();

Normalize.css v3