Marco Hamersma
Marco Hamersma
This makes sense, I'll see if I can pick this up in a future version.
Sorry for my lack of chiming in about this, I'm having some visitors at the moment and have no free time available. I hope to look at it either sunday...
I think I'll add make the options accessible through the helper's instance, like so: ```js const helper = new BEMHelper('componentName'); console.log(helper.name) // " componentName;" console.log(helper.modifierDelimiter) // '--' ``` This will...
I was thinking of at some point having the helper generate a react component (using `React.createFactory`) instead of purely an object: ``` js var BemHelper = require('react-bem-helper'); var BEMDiv =...
Might be related to https://github.com/dustinrue/ControlPlane/issues/447
There's only one application related to rescuetime in the applications folder, and in activity monitor there's no sign of a helper app existing. I guess somehow the mechanism that controlplane...
Yep, still relevant. There's other issues with arabic as well. It would be really good if you could take a deeper look at arabic support. I think my company would...
@rngtng: I guess that problem can be solved with more specificity, which in this case probably means using `!important`. I'd say that is an implementation concern. As for ignoring media...
I also stumbled upon this issue after seeing my bundle size for a lightweight site go from about 500kb to 2,3mb. Implementing the shrinkwrapped version did not really work for...
Hello @tocker, I've kinda moved along from this problem by using another library, so I can't easily reproduce a stack trace for you at the moment. I should probably have...