Bootstrap v4 - responsive text -
how use responsive text in bootstrap v4? tried:
@include media-breakpoint-up(sm) { .resp-text { font-size: 16px; } } @include media-breakpoint-up(lg) { .resp-text { font-size: 28px; } }
but not working.
there multiple reasons
- ensure using sass sass compiler if not use normal media queries https://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints
- if using sass ensure have imported correct mixins file core sass file.
- if think perfect compile sass files separately , post screenshot of error can perfectly.
Comments
Post a Comment