1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

remove opacity utlitilies from example CSS (#35877)

These are included in Bootstrap itself now

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Christian Oliff 2022-02-22 16:39:57 +09:00 committed by GitHub
parent 3a9b0b8b6f
commit 9ac8e80660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,3 @@
.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }
.list-group {
width: auto;
max-width: 460px;