Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing utilities in bootstrap-grid #39068

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MewenLeHo
Copy link
Contributor

@MewenLeHo MewenLeHo commented Aug 17, 2023

Description

Adding gap, row-gap and column-gap to the list of utilities needed for bootstrap-grip.scss.

Motivation & Context

Allow people using Bootstrap's grid system by importing only bootstrap-grip.scss to have all the spacing utilities needed.

Type of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

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

Live previews

@MewenLeHo MewenLeHo requested a review from a team as a code owner August 17, 2023 14:59
Copy link
Member

@julien-deramond julien-deramond left a comment

Choose a reason for hiding this comment

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

I'd say it's logical to add them in bootstrap-grid.css. Thoughts @mdo?

However, https://deploy-preview-39068--twbs-bootstrap.netlify.app/docs/5.3/getting-started/contents/#css-files probably needs to be modified because "Only flex utilities" isn't true since we also have "Margin and padding" and "Gap" utilities from Spacing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Needs review
Development

Successfully merging this pull request may close these issues.

4 participants