aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/layout/css-grid.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.3/layout/css-grid.md')
-rw-r--r--site/content/docs/5.3/layout/css-grid.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/content/docs/5.3/layout/css-grid.md b/site/content/docs/5.3/layout/css-grid.md
index 397733c8a..c79c4ce0f 100644
--- a/site/content/docs/5.3/layout/css-grid.md
+++ b/site/content/docs/5.3/layout/css-grid.md
@@ -4,7 +4,8 @@ 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"
+added:
+ version: "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.