Newer
Older
framework / scss / modules / _reset.scss
@TLCD96 TLCD96 on 8 Nov 2023 431 bytes update
@import "../functions/strings";
*{
	&,
	&:before,
	&:after{
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		-ms-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	&,
	&:after, 
	&:before, 
	&:not(iframe) {
		position: relative;
	}
}
body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}