- 22 Feb, 2022 6 commits
-
-
Pieter Ouwerkerk authored
-
Pieter Ouwerkerk authored
-
Gaël Poupard authored
* fix(reboot): revert hr styles to v4 implementation * docs(cheatsheet): add a hr example * fix(reboot): currentColor is the initial border-color value * Document hr element in Reboot docs * Update migration guide * Update scss/_variables.scss Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
xrkffgg authored
-
Christian Oliff authored
These are included in Bootstrap itself now Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
* @babel/cli ^7.17.0 → ^7.17.6 * @babel/core ^7.17.2 → ^7.17.5 * eslint-plugin-unicorn ^40.1.0 → ^41.0.0 * rollup ^2.67.2 → ^2.68.0 * sass ^1.49.7 → ^1.49.8 * terser ^5.10.0 → ^5.11.0
-
- 19 Feb, 2022 11 commits
-
-
GeoSot authored
-
GeoSot authored
-
GeoSot authored
-
XhmikosR authored
* Replace AnchorJS with a Hugo render hook * docs(anchors): improve aria-label on anchor links * docs(anchors): show anchor link when ed * docs(anchors): add hash in pseudo-element Co-authored-by:
Gaël Poupard <ffoodd@users.noreply.github.com>
-
GeoSot authored
* feat: create eventName getter function in baseComponent * refactor: use `eventName` getter on tooltip & popover
-
GeoSot authored
-
GeoSot authored
-
GeoSot authored
-
GeoSot authored
-
GeoSot authored
-
GeoSot authored
Carousel: remove redundant config merge on `dataApiClickHandler`, as it is done by default in the `constructor`
-
- 17 Feb, 2022 5 commits
-
-
Jann Westermann authored
-
Louis-Maxime Piton authored
* Adding a brand new CSS var * Update scss/_variables.scss Co-authored-by:
Gaël Poupard <ffoodd@users.noreply.github.com>
-
Nudasoft authored
* Add !important property to colored links. * Apply suggestions from code review Co-authored-by:
Mark Otto <otto@github.com>
-
Alan Christian authored
-
- 16 Feb, 2022 3 commits
-
-
Mark Otto authored
-
Mark Otto authored
* Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback
-
Eugene Kopyov authored
-
- 15 Feb, 2022 5 commits
-
-
XhmikosR authored
* Update devDependencies * @babel/core ^7.17.0 → ^7.17.2 * @rollup/plugin-replace ^3.0.1 → ^3.1.0 * eslint ^8.8.0 → ^8.9.0 * eslint-config-xo ^0.39.0 → ^0.40.0 * hugo-bin ^0.80.1 → ^0.80.2 * karma ^6.3.15 → ^6.3.16 * rollup ^2.67.1 → ^2.67.2 * Fix new ESLint errors
-
Mark Otto authored
-
Mark Otto authored
- Use CSS variables wherever possible - Rename purple-bright to violet for brevity, add CSS vars versions - Rename download to accent
-
Mark Otto authored
-
Mark Otto authored
-
- 14 Feb, 2022 3 commits
-
-
Mark Otto authored
* Correct the horizontal padding on grid containers * Don't halve the container-padding-x variable
-
vpakati authored
Add the missing right parenthesis.
-
Julien Déramond authored
-
- 11 Feb, 2022 4 commits
- 09 Feb, 2022 3 commits
-
-
Julien Déramond authored
* Fix typo in CSS variables documentation * Drop remaining .navbar-light classes
-
Fabián Karaben authored
The translation of version 5 of Bootstrap is added, by the Esdocu project.
-
Anton authored
~~~html <style> .list-group-item-action {color: blue;} .list-group-item {color: red;} </style> <p class="list-group-item">red text!</p> <p class="list-group-item list-group-item-action">still red text!</p> ~~~ because `.list-group-item` declared after `.list-group-item-action` (order in attribute `class` no effect)
-