From 787dfea8a29db138d5ff6100fc894f457ccd4169 Mon Sep 17 00:00:00 2001 From: Benedikt Willi Date: Mon, 19 Jun 2023 10:50:44 +0200 Subject: [PATCH] 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. --- site/content/docs/5.3/utilities/opacity.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/docs/5.3/utilities/opacity.md b/site/content/docs/5.3/utilities/opacity.md index 5d253a77ca56..891b46b8fb39 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