Previously, in Bootstrap alpha 6 I was able to achieve this by writing the following code for displaying a div's contents only for sm:
<div class="hidden-md-up hidden-xs-down">
This content would only be visible for sm in Bootstrap 4 alpha 6.
</div>
Unfortunately, this method no longer works in the Bootstrap 4 beta version.
Is there a new way to display a div's content for sm only in Bootstrap 4 beta?