mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 09:05:47 +02:00
Run dist on latest
This commit is contained in:
24
dist/css/bootstrap-utilities.css
vendored
24
dist/css/bootstrap-utilities.css
vendored
@@ -329,6 +329,10 @@
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
|
||||
.justify-content-evenly {
|
||||
justify-content: space-evenly !important;
|
||||
}
|
||||
|
||||
.align-items-start {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
@@ -979,6 +983,10 @@
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.bg-gradient {
|
||||
background-image: var(--bs-gradient) !important;
|
||||
}
|
||||
|
||||
.text-wrap {
|
||||
white-space: normal !important;
|
||||
}
|
||||
@@ -1009,6 +1017,7 @@
|
||||
|
||||
.text-break {
|
||||
word-wrap: break-word !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
|
||||
.font-monospace {
|
||||
@@ -1184,6 +1193,9 @@
|
||||
.justify-content-sm-around {
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.justify-content-sm-evenly {
|
||||
justify-content: space-evenly !important;
|
||||
}
|
||||
.align-items-sm-start {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
@@ -1657,6 +1669,9 @@
|
||||
.justify-content-md-around {
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.justify-content-md-evenly {
|
||||
justify-content: space-evenly !important;
|
||||
}
|
||||
.align-items-md-start {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
@@ -2130,6 +2145,9 @@
|
||||
.justify-content-lg-around {
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.justify-content-lg-evenly {
|
||||
justify-content: space-evenly !important;
|
||||
}
|
||||
.align-items-lg-start {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
@@ -2603,6 +2621,9 @@
|
||||
.justify-content-xl-around {
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.justify-content-xl-evenly {
|
||||
justify-content: space-evenly !important;
|
||||
}
|
||||
.align-items-xl-start {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
@@ -3076,6 +3097,9 @@
|
||||
.justify-content-xxl-around {
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.justify-content-xxl-evenly {
|
||||
justify-content: space-evenly !important;
|
||||
}
|
||||
.align-items-xxl-start {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user