Skip to content

antialias/compose-class-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merges two maps of localized css class names via space concatenation

```js` require('compose-class-names)({ foo: "asdf" }, { foo: "qwer" })

returns:
```js
{foo: "asdf qwer"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published