From: Benedikt Willi Date: Mon, 19 Jun 2023 08:50:44 +0000 (+0200) Subject: Explicitly add missing opacity-0 helper class example for clarity. X-Git-Tag: v5.3.1~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=787dfea8a29db138d5ff6100fc894f457ccd4169;p=thirdparty%2Fbootstrap.git Explicitly add missing opacity-0 helper class example for clarity. Add a missing opacity-0 helper class example. From existing examples, it wasn't obvious to me that this class exists. This commit makes it a bit more explicit. --- diff --git a/site/content/docs/5.3/utilities/opacity.md b/site/content/docs/5.3/utilities/opacity.md index 5d253a77ca..891b46b8fb 100644 --- a/site/content/docs/5.3/utilities/opacity.md +++ b/site/content/docs/5.3/utilities/opacity.md @@ -15,6 +15,7 @@ Set the `opacity` of an element using `.opacity-{value}` utilities.
75%
50%
25%
+
0%
```html @@ -22,6 +23,7 @@ Set the `opacity` of an element using `.opacity-{value}` utilities.
...
...
...
+
...
``` ## CSS