diff options
| author | Mark Otto <[email protected]> | 2021-09-17 13:03:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-09-17 13:03:52 -0700 |
| commit | 9fbb429b27ce8a0b58940c0063761667fb463b93 (patch) | |
| tree | 7f8499148fcd0cf99fff02763774a5c1698b90d8 /site/content/docs | |
| parent | 4b31fcaeffd11ad97190f845c213e9dbbb8e422e (diff) | |
| download | bootstrap-enable-container-classes.tar.xz bootstrap-enable-container-classes.zip | |
Mention in migration guideenable-container-classes
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/5.1/migration.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index 8ebb13b81..10d4a4421 100644 --- a/site/content/docs/5.1/migration.md +++ b/site/content/docs/5.1/migration.md @@ -7,6 +7,10 @@ aliases: "/migration/" toc: true --- +## v5.2.0 + +- **Introduced new `$enable-container-classes` option.** Now when opting into the experimental CSS Grid layout, `.container-*` classes will still be compiled, unless this option is set to `false`. + ## Dependencies - Dropped jQuery. |
