Skip to content

v6: docs - $enable-cssgrid is enabled by default now#42427

Draft
coliff wants to merge 1 commit into
twbs:v6-devfrom
coliff:dev/coliff/v6-enable-cssgrid-docs
Draft

v6: docs - $enable-cssgrid is enabled by default now#42427
coliff wants to merge 1 commit into
twbs:v6-devfrom
coliff:dev/coliff/v6-enable-cssgrid-docs

Conversation

@coliff
Copy link
Copy Markdown
Contributor

@coliff coliff commented May 21, 2026

Description

$enable-cssgrid is enabled by default now

Motivation & Context

make it correct

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would change existing functionality)

Checklist

  • [z] I have read the contributing guidelines
  • My code follows the code style of the project (using npm run lint)
  • My change introduces changes to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Live previews

Related issues

Copilot AI review requested due to automatic review settings May 21, 2026 15:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Bootstrap v6 documentation to reflect that $enable-cssgrid is now enabled by default, aligning the Options page with the current Sass configuration defaults.

Changes:

  • Updated the $enable-cssgrid row in the Options table to show true as the default value
  • Removed “experimental” wording from the Options table description for CSS Grid

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| `$enable-reduced-motion` | `true` (default) or `false` | Enables the [`prefers-reduced-motion` media query]([[docsref:/getting-started/accessibility#reduced-motion]]), which suppresses certain animations/transitions based on the users’ browser/operating system preferences. |
| `$enable-grid-classes` | `true` (default) or `false` | Enables the generation of CSS classes for the grid system (e.g. `.row`, `.md:col-1`, etc.). |
| `$enable-cssgrid` | `true` or `false` (default) | Enables the experimental CSS Grid system (e.g. `.grid`, `.md:g-col-1`, etc.). |
| `$enable-cssgrid` | `true` (default) or `false` | Enables the CSS Grid system (e.g. `.grid`, `.md:g-col-1`, etc.). |
@coliff coliff marked this pull request as draft May 22, 2026 00:02
@coliff
Copy link
Copy Markdown
Contributor Author

coliff commented May 22, 2026

marking as draft - need to look into this more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants