New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
12 lines
121 B
SCSS
12 lines
121 B
SCSS
//
|
|
// Visibility utilities
|
|
//
|
|
|
|
.visible {
|
|
@include invisible(visible);
|
|
}
|
|
|
|
.invisible {
|
|
@include invisible(hidden);
|
|
}
|