I am using Bootstrap v4.0 beta and I checked this migration file
https://v4-alpha.getbootstrap.com/migration/#responsive-utilities
but there is no way to do hidden-x-up or hidden-x-down. Here is an example of my code:
<div class="container"> <div class="row"> <div class="col-md-3 hidden-md-down"> <p class="title">Join us</p> <p class="subtitle">Just click on the button below</p> <p class="link"><a href="#" class="outstanding-link">the button below</a></p> </div> </div> </div>
it should be visible with 3 columns on the media (more than 720 pixels), but hidden less than on the average device.
Here is sleeping
https://jsfiddle.net/n7oo7dLk/
early.
David source share