2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Update new docs version picker to work on home and examples pages (#36245)

* Update new docs version picker to work on home and examples pages

* Add addd key to opacity page

* Add more added frontmatter

* Update picker to fix migration guide links, but still work for docs and examples
This commit is contained in:
Mark Otto
2022-04-30 10:53:54 -07:00
committed by GitHub
parent 207ddbee49
commit 55be3c3fc2
4 changed files with 18 additions and 3 deletions
@@ -3,6 +3,7 @@ layout: docs
title: Opacity
description: Control the opacity of elements.
group: utilities
added: "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.