mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
6cb956b1ff
[web] Add Stylelint formatting to the CI GitOrigin-RevId: f31139f9f6f70aa96214b59db37ad1f79cd1e733
5 lines
101 B
SCSS
5 lines
101 B
SCSS
.visually-hidden-max-md {
|
|
@include media-breakpoint-down(md) {
|
|
@include visually-hidden;
|
|
}
|
|
}
|