Closed bayarmunkh closed 1 year ago
Hi.
This is the intended behavior.
However, it might be misinterpreted as a conversion by str::to_lowercase
, so if a better name than lowercase
is found, we might consider changing the style name in the future.
Also, it might be a good idea to add to_lowercase
style that performs the conversion by str::to_lowercase
.
Hello!
This is more of a question whether the following is expected behavior or not. When using
lowercase
style, it remove all the underscores from that variant. As a workaround, declaring overrides on those affected variants is needed. See the example below.