Fixes breaking functionality of converting `kwargs` with underscores to dashes. Frex:
`div(custom_attribute=foo)` will now once again look for a custom attribute of `custom-attribute` with value `foo`
In the future, there will be added functionality to allow specifying a custom attribute that has an underscore.