Initialize Base

Initialize is a modern, elegant and minimal combination of Normalize.css and CSS Reset. Compatible with IE10+.


Installation

npm install --save-dev iotacss-base-initialize

Settings

Name Type Default Description
$iota-base-initialize-box-sizing String 'border-box' Global box sizing option
$iota-base-initialize-heading-size Boolean false Makes all heading tags ( h1 - h6 ) to be equal to your body size.
It forces you to use heading tags with focus on your semantics and not on the way they look.
$iota-base-initialize-form-elements Boolean false Enables normalize and resets for the HTML4 form elements
$iota-base-initialize-html5-form-elements Boolean false Enables normalize and resets for the HTML5 form elements