mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Add helpers to utilities bundle (#32324)
Adds currently missing utilities classes which are located in scss/helpers to boostrap-utilities dist files. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
ef0bc661cf
commit
f07106e604
@ -18,11 +18,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/css/bootstrap-utilities.css",
|
"path": "./dist/css/bootstrap-utilities.css",
|
||||||
"maxSize": "7 kB"
|
"maxSize": "7.5 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/css/bootstrap-utilities.min.css",
|
"path": "./dist/css/bootstrap-utilities.min.css",
|
||||||
"maxSize": "6.25 kB"
|
"maxSize": "6.75 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/css/bootstrap.css",
|
"path": "./dist/css/bootstrap.css",
|
||||||
|
4
scss/bootstrap-utilities.scss
vendored
4
scss/bootstrap-utilities.scss
vendored
@ -6,13 +6,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Configuration
|
// Configuration
|
||||||
|
|
||||||
@import "functions";
|
@import "functions";
|
||||||
@import "variables";
|
@import "variables";
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
@import "utilities";
|
@import "utilities";
|
||||||
|
|
||||||
|
// Helpers
|
||||||
|
@import "helpers";
|
||||||
|
|
||||||
// Utilities
|
// Utilities
|
||||||
|
|
||||||
@import "utilities/api";
|
@import "utilities/api";
|
||||||
|
@ -11,7 +11,10 @@ toc: true
|
|||||||
|
|
||||||
### Sass
|
### Sass
|
||||||
|
|
||||||
|
#### Utilities
|
||||||
|
|
||||||
- Extended the `.visually-hidden-focusable` helper to also work on containers, using `:focus-within`.
|
- Extended the `.visually-hidden-focusable` helper to also work on containers, using `:focus-within`.
|
||||||
|
- `bootstrap-utilities.css` now also includes our helpers. Helpers don't need to be imported in custom builds anymore.
|
||||||
- Extended form validation states customization capabilities. Added three new optional parameters to the `form-validation-state` mixin: `tooltip-color`, `tooltip-bg-color`, `focus-box-shadow`. These parameters can be set in the `$form-validation-states` map. [See #31757](https://github.com/twbs/bootstrap/pull/31757).
|
- Extended form validation states customization capabilities. Added three new optional parameters to the `form-validation-state` mixin: `tooltip-color`, `tooltip-bg-color`, `focus-box-shadow`. These parameters can be set in the `$form-validation-states` map. [See #31757](https://github.com/twbs/bootstrap/pull/31757).
|
||||||
|
|
||||||
### JavaScript
|
### JavaScript
|
||||||
|
Loading…
Reference in New Issue
Block a user