twitter-bootstrap
유틸리티 클래스
수색…
모든 중단 점에 대해 .hidden- * 클래스 생성 - SCSS
// Mixin to generate hidden classes
@mixin generate-hidden-classes {
@each $bp in map-keys($grid-breakpoints) {
.hidden-#{$bp} {
@include media-breakpoint-only($bp) {
display: none !important;
}
}
}
}
// Call to the mixin
@include generate-hidden-classes();
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow