Michal Svatos

Results 8 comments of Michal Svatos

🤔 I'm sorry, that's my fault. I run that on Raspberry directly. I have no idea how does it work in Docker container. If it's even possible. I'll make it...

~~No solution? 🤔~~ Edit: As mentioned [here](https://github.com/joe223/tiny-swiper/issues/57), `excludeElements` could be a solution.

In the meantime --> [shameless-self-promo] https://michalsvatos.github.io/mr-shareman [/shameless-self-promo] 😉

Fix that worked for me: ```scss .container { padding-inline: var(--bulma-column-gap); // .75rem } ```

Bump. I have the same problem on Windows with StyleDocco (and KSS). On Linux there is also error - almost identical.

I don't even have that line in Marked.js. Anywhere actually :-/ I gone through all files in "...\AppData\Roaming\npm\node_modules\" and local folder but no luck.

Well... I found this. `styledocco --init` Doesn't work. `kss-node --init` Either. ...BUT `kss-node folderwithlessfiles styleguide --less actual/file.less` Create documentation. You have to manually add the _styleguide.md_ tho.

I don't know how I missed your issue - I apologize. I see what you mean. I can use `title` attribute to insert text into the button. I'll fix that...