u-hidden-maxhd
{{#if modifier}} {{modifier}}{{/if}}
{
"modifier": "u-hidden-maxhd"
}
@each $breakpoint, $value in $breakpoints {
.u-hidden-max#{$breakpoint} {
&:empty + .u-hidden-peekaboo::before {
content: 'π';
}
@media (max-width: $value - 1px) {
display: none;
&:empty + .u-hidden-peekaboo::before {
content: 'π';
}
}
}
.u-hidden-min#{$breakpoint} {
&:empty + .u-hidden-peekaboo::before {
content: 'π';
}
@media (min-width: $value) {
display: none;
&:empty + .u-hidden-peekaboo::before {
content: 'π';
}
}
}
}
No notes defined.