Skip to content

Commit

Permalink
Update resets.html
Browse files Browse the repository at this point in the history
Corrected spelling error regarding "Magento" missing a "t".
  • Loading branch information
ryantfowler authored Jan 2, 2017
1 parent 6ae3418 commit ee5bb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/css/docs/resets.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p> CSS reset is a technique that makes selected elements display in the same way in different browsers by default.</p>
<p> In Magento UI library there are 5 pre-defined resets that can be called by appropriate mixin..</p>
<h2 id="magento-reset">Magento reset</h2>
<p> 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.</p>
<p> 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.</p>
<p> To get Magento UI library reset in your theme, use mixin:</p>
<pre><code class="lang-CSS"> .lib-magento-reset();</code></pre>
<h2 id="normalizecss-v3">Normalize.css v3</h2>
Expand Down

0 comments on commit ee5bb98

Please sign in to comment.