| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
It's the default.
|
|
|
|
|
|
|
|
We don't use the same approach with a button on the Placeholders page.
|
|
|
|
|
|
|
|
(#34701)
|
|
|
|
|
|
Co-Authored-By: Gaël Poupard <[email protected]>
|
|
- Adds grayscale colors
- Adds root and body variables
Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code.
|
|
- Adds new functions to generate additional Sass maps
- Adds new root variables for rgb() versions of our theme colors, plus a few extras
- Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var
- Updates documentation for color and background-color utilities pages
- Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly
Change approach slightly to prevent cascade
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Jaume Sala <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: Patrick H. Lauke <[email protected]>
|
|
|
|
* unicorn/prefer-dom-node-append
* unicorn/prefer-dom-node-remove
|
|
|
|
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
|
|
* use a streamlined way to trigger component dismiss
* add documentation
Co-authored-by: XhmikosR <[email protected]>
|
|
Removes incorrect references to scrollspy in Toasts documentation
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
- Moves the make-cssgrid() mixin to the grid mixins stylesheet
- Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399)
Co-authored-by: XhmikosR <[email protected]>
|
|
Now includes mentino of the two utilities stylesheets, plus how and why to include the API stylesheet last
Fixes #34397
Co-authored-by: XhmikosR <[email protected]>
|
|
Updated the from anchor tag to button in sample examples
|
|
Before: 121 KB (124.549 bytes)
After: 121 KB (124.367 bytes)
|
|
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
default (#33610)
|
|
* @babel/cli ^7.14.5 → ^7.14.8
* @babel/core ^7.14.6 → ^7.14.8
* @babel/preset-env ^7.14.7 → ^7.14.8
* eslint-config-xo ^0.36.0 → ^0.37.0
* eslint-plugin-unicorn ^31.0.0 → ^34.0.1
* hugo-bin ^0.73.0 → ^0.74.0
|
|
`bs-target` (#33403)
* change data-dismiss, so can be outside modal, using a bs-target
* Update site/content/docs/5.0/components/modal.md
Co-authored-by: Gaël Poupard <[email protected]>
|
|
Co-Authored-By: craftwerk <[email protected]>
|
|
|
|
|
|
Added the new B5 Offcanvas component in the import examples.
|
|
* Add maps for all colors, document how to extend color utilities
* Updates to make this more functional for v5
- Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there)
- Adds a new function, map-merge-multiple(), and updates docs that reference combo-map
- Updates code snippet and docs guidance about how to extend the color utils to handle this
* Update site/content/docs/5.0/customize/color.md
Co-authored-by: Gaël Poupard <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
|
|
Alert.js: Refactor code to match the other components
* Use this._element
* Remove handleDismiss method and keep its functionality on event
* Change JqueryInterface to be more generic
* Correct docs to be aligned with code, and add undocumented functionality
* Update alerts.md
Co-authored-by: XhmikosR <[email protected]>
|
|
This is already part of Bootstrap 4.6 and 5.0.
|
|
|
|
|
|
* Add responsive utility classes for opacity
- fix for #33483
* remove responsive opacity utils as it has impact on bootstrap.css bundle size
* Update opacity.md
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <[email protected]>
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: Harish <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: alpadev <[email protected]>
|
|
* Add four new snippet examples
- Dropdowns
- Footers
- List groups
- Modals
* Fix HTML linter errors
* more linter
|