diff options
| author | Mark Otto <[email protected]> | 2016-10-27 22:11:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 22:11:19 -0700 |
| commit | bc076d71b37fd8207a4155fd6392b0374aa41528 (patch) | |
| tree | 102bdea1a824f140ead9a3855892afa7b2399150 /scss | |
| parent | 34d88c79e6c8bd8b62279c632945e99993351fa3 (diff) | |
| download | bootstrap-bc076d71b37fd8207a4155fd6392b0374aa41528.tar.xz bootstrap-bc076d71b37fd8207a4155fd6392b0374aa41528.zip | |
follow up to #20441: move file to correct place
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_visibility.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/mixins/_visibility.scss b/scss/mixins/_visibility.scss new file mode 100644 index 000000000..88c50b05d --- /dev/null +++ b/scss/mixins/_visibility.scss @@ -0,0 +1,5 @@ +// Visibility + +@mixin invisible { + visibility: hidden !important; +} |
