Sources that will help you do without { display: none; }
and hide the content:
The following pattern are considered violations:
.foo {
display: none;
}
The following patterns are not considered violations:
.foo {
display: flex;
}
Sources that will help you do without { display: none; }
and hide the content:
The following pattern are considered violations:
.foo {
display: none;
}
The following patterns are not considered violations:
.foo {
display: flex;
}