aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-utilities.rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap-utilities.rtl.css')
-rw-r--r--dist/css/bootstrap-utilities.rtl.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/dist/css/bootstrap-utilities.rtl.css b/dist/css/bootstrap-utilities.rtl.css
index c5d1c7725..e93d61aaf 100644
--- a/dist/css/bootstrap-utilities.rtl.css
+++ b/dist/css/bootstrap-utilities.rtl.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Utilities v5.3.0-alpha2 (https://getbootstrap.com/)
+ * Bootstrap Utilities v5.3.0-alpha3 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@@ -685,6 +685,10 @@
display: grid !important;
}
+.d-inline-grid {
+ display: inline-grid !important;
+}
+
.d-table {
display: table !important;
}
@@ -2569,6 +2573,9 @@
.d-sm-grid {
display: grid !important;
}
+ .d-sm-inline-grid {
+ display: inline-grid !important;
+ }
.d-sm-table {
display: table !important;
}
@@ -3127,6 +3134,9 @@
.d-md-grid {
display: grid !important;
}
+ .d-md-inline-grid {
+ display: inline-grid !important;
+ }
.d-md-table {
display: table !important;
}
@@ -3685,6 +3695,9 @@
.d-lg-grid {
display: grid !important;
}
+ .d-lg-inline-grid {
+ display: inline-grid !important;
+ }
.d-lg-table {
display: table !important;
}
@@ -4243,6 +4256,9 @@
.d-xl-grid {
display: grid !important;
}
+ .d-xl-inline-grid {
+ display: inline-grid !important;
+ }
.d-xl-table {
display: table !important;
}
@@ -4801,6 +4817,9 @@
.d-xxl-grid {
display: grid !important;
}
+ .d-xxl-inline-grid {
+ display: inline-grid !important;
+ }
.d-xxl-table {
display: table !important;
}
@@ -5344,6 +5363,9 @@
.d-print-grid {
display: grid !important;
}
+ .d-print-inline-grid {
+ display: inline-grid !important;
+ }
.d-print-table {
display: table !important;
}