Skip to content

Conversation

DipakHalkude
Copy link

@DipakHalkude DipakHalkude commented Sep 25, 2025

… height

  • Add w-min, w-max, w-fit utilities for width sizing
  • Add h-min, h-max, h-fit utilities for height sizing
  • Update documentation with examples for new utilities
  • Include vendor prefixes for cross-browser compatibility

Fixes #41330

Description

Motivation & Context

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

  • 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

… height

- Add w-min, w-max, w-fit utilities for width sizing
- Add h-min, h-max, h-fit utilities for height sizing
- Update documentation with examples for new utilities
- Include vendor prefixes for cross-browser compatibility

Fixes twbs#41236
@DipakHalkude DipakHalkude requested a review from a team as a code owner September 25, 2025 10:07
@DipakHalkude
Copy link
Author

I have successfully created a pull request for adding min-content , max-content , and fit-content utility classes to Bootstrap.

@julien-deramond
Copy link
Member

Thanks for the PR @DipakHalkude but the issue was labeled as v6, and it's already been implemented in the v6 branch by #41687. Closing this PR.

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.

Add more values for the width and height properties
2 participants