aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/layout/css-grid.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-03-11 11:29:52 -0800
committerGitHub <[email protected]>2022-03-11 21:29:52 +0200
commitd16088d5d1ec2de56a301fbb8e1a227ae7eb5ece (patch)
tree6b75dc147fdbb2e89e43e6cd2e5b91cece69c1b8 /site/content/docs/5.1/layout/css-grid.md
parentce655ee6f2fb8ad774846e4afe7daeb9fc8686e7 (diff)
downloadbootstrap-d16088d5d1ec2de56a301fbb8e1a227ae7eb5ece.tar.xz
bootstrap-d16088d5d1ec2de56a301fbb8e1a227ae7eb5ece.zip
Redesign the "Added in" badges in the docs (#35980)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/content/docs/5.1/layout/css-grid.md')
-rw-r--r--site/content/docs/5.1/layout/css-grid.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.1/layout/css-grid.md b/site/content/docs/5.1/layout/css-grid.md
index c3a1831c1..be049218d 100644
--- a/site/content/docs/5.1/layout/css-grid.md
+++ b/site/content/docs/5.1/layout/css-grid.md
@@ -4,6 +4,7 @@ title: CSS Grid
description: Learn how to enable, use, and customize our alternate layout system built on CSS Grid with examples and code snippets.
group: layout
toc: true
+added: "5.1"
---
Bootstrap's default grid system represents the culmination of over a decade of CSS layout techniques, tried and tested by millions of people. But, it was also created without many of the modern CSS features and techniques we're seeing in browsers like the new CSS Grid.