bootstrap
bootstrap copied to clipboard
Fix missing utilities in bootstrap-grid
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
- [x] Bug fix (non-breaking change which fixes an issue)
Checklist
- [x] I have read the contributing guidelines
- [x] 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
- [x] All new and existing tests passed