This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Description
Shortly, like that:
class BemVynil extends Vynil {
entity: BemEntity,
tech: String,
level: String
}
This will be useful to build plugins like streamFilter(file => file.entity.block !== 'button').
We can add it as an option that will turn this logic on. Something like { bem: true } or more sensible ;-)