diff options
author | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-05-16 19:59:31 +0300 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2022-05-16 19:59:31 +0300 |
commit | 0b5a990ecb152f4732a0406c383cfbc948ba43a2 (patch) | |
tree | cba0aae5ce353134e381ef668f855c4532fc0927 | |
parent | 957cbc82a20995755807d039f1f2081024590e62 (diff) | |
download | missing-0b5a990ecb152f4732a0406c383cfbc948ba43a2.tar.gz missing-0b5a990ecb152f4732a0406c383cfbc948ba43a2.zip |
more more docs
-rw-r--r-- | www/docs/utils.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/docs/utils.md b/www/docs/utils.md index 0a8b3a5..b705c2f 100644 --- a/www/docs/utils.md +++ b/www/docs/utils.md @@ -4,6 +4,11 @@ For the minor alterations to the default look that make all the difference, missing.css has a collection of classes and custom elements. +## Visually hidden content + +`.v-h`, `<v-h>` +: Visually hide a content without hiding it from assistive software. + ## Container `<div class="container">` |