Add new utilities with Bootstrap 5
问题 Following the B5 new documentation, this is how you are supposed to add new utilities with the new utilities API. I have not been the get the new output though. exemple: @import "bootstrap/scss/utilities"; $utilities: map-merge( $utilities, ( "cursor": ( property: cursor, class: cursor responsive: true, values: auto pointer grab, ) ) ); my file: @import "bootstrap.scss"; @import "bootstrap/scss/utilities"; $utilities: map-merge( $utilities, ( "button-rounded": ( property: border-radius, class