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


Comments

Popular posts from this blog

javascript - generate date range base on integers -

PHP and MySQL WP -