I am working with Bootstrap 4 beta via the CDN, and I am noticing an issue with the new d-* class.
I have a simply div with a class of "d-none d-lg-block" this works as expected, the div is only visible when the screen is above 992px. However if I change the class to "d-none d-md-block", then no matter what I set the screen size to the div is always visible.
Is this a bug in bootstrap 4 beta?