diff options
| author | XhmikosR <[email protected]> | 2024-03-05 08:12:38 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2024-03-06 09:52:50 +0200 |
| commit | 2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3 (patch) | |
| tree | e3e932e7e12d2454cbdb0b5943c059c10fb84d93 /site/content/docs/5.3/utilities/opacity.md | |
| parent | 953b4b6c1b67e120235fc19f565444a0f7a97a76 (diff) | |
| download | bootstrap-2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3.tar.xz bootstrap-2c4e1cd660ee03e1fc9f2804487ae8c567d8d1e3.zip | |
Improve front matter "added" params
Add missing ones and add the ability to show or hide the badge
Fixes a few more 404 errors in the version picker
Diffstat (limited to 'site/content/docs/5.3/utilities/opacity.md')
| -rw-r--r-- | site/content/docs/5.3/utilities/opacity.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/content/docs/5.3/utilities/opacity.md b/site/content/docs/5.3/utilities/opacity.md index 891b46b8f..1cf4696cc 100644 --- a/site/content/docs/5.3/utilities/opacity.md +++ b/site/content/docs/5.3/utilities/opacity.md @@ -3,7 +3,8 @@ layout: docs title: Opacity description: Control the opacity of elements. group: utilities -added: "5.1" +added: + version: "5.1" --- The `opacity` property sets the opacity level for an element. The opacity level describes the transparency level, where `1` is not transparent at all, `.5` is 50% visible, and `0` is completely transparent. |
