2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00
Files
bootstrap/_visibility.scss
T
2016-08-02 16:59:37 +01:00

6 lines
69 B
SCSS

// Visibility
@mixin invisible {
visibility: hidden !important;
}