New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
8 lines
134 B
SCSS
8 lines
134 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
// Visibility
|
|
|
|
@mixin invisible($visibility) {
|
|
visibility: $visibility !important;
|
|
}
|