mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
8 lines
134 B
SCSS
8 lines
134 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
// Visibility
|
|
|
|
@mixin invisible($visibility) {
|
|
visibility: $visibility !important;
|
|
}
|