mirror of
https://github.com/itflow-org/itflow
synced 2026-09-23 07:01:16 +00:00
First commit
This commit is contained in:
11
vendor/bootstrap/scss/utilities/_visibility.scss
vendored
Normal file
11
vendor/bootstrap/scss/utilities/_visibility.scss
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Visibility utilities
|
||||
//
|
||||
|
||||
.visible {
|
||||
@include invisible(visible);
|
||||
}
|
||||
|
||||
.invisible {
|
||||
@include invisible(hidden);
|
||||
}
|
||||
Reference in New Issue
Block a user