enb / enb-bem-techs

ENB package to build BEM-projects
Other
22 stars 22 forks source link

deps: Parse mods as array #159

Closed tadatuta closed 9 years ago

tadatuta commented 9 years ago

Not sure if it should work at all but in bem-componens there's

shouldDeps : {
    mods : ['disabled', 'focused'],
}

which results in

  'input_0',
  'input_1',
  'input_0_disabled',
  'input_1_focused'

now.

tavriaforever commented 9 years ago

I never saw deps with mods wrote in array way, it`s a bit strange.

blond commented 9 years ago

duplicate of #113