Doug Miller
Doug Miller
Allow setting CSS Custom property values in various casing with StyleSheet.create/css by ignoring those keys in kebabifyStyleName utility
Currently if a user tries to overwrite css custom properties using aphrodite the key will run through kebabify, and could possibily end up with the wrong value. Example: ###In ```js...
Throw appropriate errors if a Style Interface has not been registered or an invalid Style Interface has been registered. Throw an appropriate error if a Theme has not been registered....
**Describe the bug** Currently, there is no way to wrap `List.Item` in another component without spreading props through due to `List` mapping over children and cloning the child and adding...