test/node_modules/@vuepress/theme-default/lib/client/styles/layout.scss
2024-08-13 09:27:52 +08:00

8 lines
110 B
SCSS

@import 'variables';
.vp-hide-mobile {
@media screen and (max-width: $MQMobile) {
display: none;
}
}