-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for empty classNames (#481)
Hey! I think it would be quite usefull if `classNames` prop would be optional, and it would still work without it. In our use-case we are using it together with styled components and it's quite annoying to add those prefixes all the time, when component styles are already scoped. Also if you pass empty string, it adds classes beginning with `-`.
- Loading branch information
Alicia Lopez
committed
Apr 2, 2019
1 parent
fa3df5c
commit ffd9afd
Showing
2 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters