Browse docs
- Introduction
- Install
- Contents
- RTL
Getting started
- Color
- Paths
- Reset
- Dims
- Responsive
Customize
- Border
- Icon
- Layouts
- Typography
- theme build
Structure
- Code Editor
- Demos
Examples and Test
- What We Think
- About Us
- FAQ
- License
About
Reset
you need to use or use (true/false) to work in the reset html tag.
File Structure #
The file for reset settings is located at: miz/sass/config/_reset.scss
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