I want to use the class .hidden-md-down but it does not exist in the new bootstrap.min.css.
I do not know if there is one that replaces it ...
I want to use the class .hidden-md-down but it does not exist in the new bootstrap.min.css.
I do not know if there is one that replaces it ...
According to the documentation all classes have been removed : .hidden-*
in Bootstrap 4.
Classes .d-*
For more information see the examples: common-display-values
The hidden- * and visible- * classes no longer exist in Bootstrap 4 Beta.
If you want to hide an item at specific levels or breakpoints in Bootstrap 4, use the classes d- *
In your case:
hidden-md-down - > d-none d-lg-block