diff options
author | Deniz Akşimşek <deniz@denizaksimsek.com> | 2024-08-20 23:50:42 +0300 |
---|---|---|
committer | Deniz Akşimşek <deniz@denizaksimsek.com> | 2024-08-20 23:50:42 +0300 |
commit | 0b605914d8e858dfabe015e76938f77c02aa5263 (patch) | |
tree | cfe175ac552b43338196491a88a581a7f8889504 | |
parent | 076e546ef654bb3b306859867df7c2ddc29e996e (diff) | |
download | missing-0b605914d8e858dfabe015e76938f77c02aa5263.tar.gz missing-0b605914d8e858dfabe015e76938f77c02aa5263.zip |
Advertise autolinking feature in docs
-rw-r--r-- | docs/10-main.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/10-main.md b/docs/10-main.md index b69912f..86c5700 100644 --- a/docs/10-main.md +++ b/docs/10-main.md @@ -32,3 +32,6 @@ This will make your page look a bit like the one you are reading right now, without applying any classes. Then, see how you can go beyond classless CSS with its features. + +P.S. you can click any class, variable or custom element name in these docs to +jump to its definition. Try it: `.tool-bar` |