Getting started
Customize
Structure
Examples and Test
About
The reset file is in miz/sass/config/_reset.scss and you need to use or use (true/false) to work in the reset html tag.
You can see there the style to reset
body,p,h1,h2,h3,h4,h5,h6,hr{ margin:0px; } h1,h2,h3,h4,h5,h6{ font-weight: normal; } li{ list-style: none; } button{ border:none; } ul,ol,li{ padding:0px; margin:0px; } a{ text-decoration: none; color:black; }
CSS