mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
7 lines
134 B
SCSS
7 lines
134 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
// Visibility
|
|
|
|
@mixin invisible($visibility) {
|
|
visibility: $visibility !important;
|
|
}
|