This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/src/sass/bootstrap4/mixins/_visibility.scss

6 lines
69 B
SCSS
Raw Normal View History

2017-03-02 09:46:58 +00:00
// Visibility
@mixin invisible {
visibility: hidden !important;
}