HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/resources/sass/10-Utilities/_utilities.hidden.scss
.u-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	overflow: hidden;
}

.u-hidden {
	display: none !important
}

@include mq($max: m) {
	.u-hidden\@s-down {
		display: none!important
	}
}

@include mq(m) {
	.u-hidden\@m-up {
		display: none!important
	}
}

@include mq($max: l) {
	.u-hidden\@m-down {
		display: none!important
	}
}

@include mq(l) {
	.u-hidden\@l-up {
		display: none!important
	}
}

@include mq($max: $bp-max) {
	.u-hidden\@l-down {
		display: none!important
	}
}