1.1.1 • Published 7 years ago

classnames-melt v1.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Description

A tool to generate a object which key-value is a string of class names based on given config.

input

{
  hello:{
   world: ['&', 'test1', '&-test2',{
     child: ['&'],
     test: true,
   },]
  }
}

output

 {
  "hello": {
    "_world": " hello-world test1 hello-world-test2",
    "world": {
      "_child": " hello-world-child",
      "_test": " hello-world-test",
    }
  }
}
1.1.1

7 years ago

1.1.0

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago