bemto
bemto copied to clipboard
Smart mixins for writing BEM in Pug
Resolve: https://github.com/kizu/bemto/issues/96
Hello, is there any way to control the scope of elements? For example: ``` mixin block1() +b.block1&attributes(attributes) +block2 +e.block1element1 +e.block1element2 ``` render as ``` .block1 .block2 .block2__block1element1 .block2__block1element2 ``` but...
bemto breaks down with webpack via install npm or yarn
`+e.IMG.image(v-bind:src="slide.original")` doesn't work. After i removed the `+e.` it works. Seems like if i'm using bemto with img tag and v-bind:src the string from v-bind:src becomes weird base64 string. I'm...
Hi! I have a problem with automatic attributes, validator warnings on `role="main"` for tag main. How can I disable automatic attributes? [Validation](https://validator.w3.org/nu/?doc=https%3A%2F%2Fdk.wiwka.com%2Fpreviews%2Fliechtenstein.html)
Does not work bemto in webpack ... +b write and at once many errors
Can I use it with JSX with this plugin https://bluewings.github.io/pug-as-jsx-loader/?
Hi, I have problem with bemto.pug when using with webpack 2 pug-loader. All files with only unbuffered code inside (helpers.pug and tag_metadata.pug) don't includes/compiles. Only solution that I find is...
Hey @kizu, I wanted to report this issue because I don't know if it's actually a bug or not.. maybe it's just something that needs documenting, or maybe you had...
Specificity of my building don't let me use version with includes. Can you add this version?