Results 51 comments of Tobias Witt

The issue is that the plugin somehow tries to import an app.scss with scss being hardcoded... i cannot find that place, otherwise I'd had pull requested.. I don't have too...

Again I suggest to extract the project from the mdc domain. Theres a lot more people interested in sass/scss than only those who want to work with mdc. I wasn't...

This is not a bug and not about renderInPlace. This is because the modals z-index and the options are the same. The solution is to set a `dropdownClass` for the...

The z-Index issue with bootstrap is a known one for power select. Our solution involves bootstraps sass variables. We set the z-index to `$zindex-tooltip` which is above modals. I wouldn’t...

Maybe it is worth then to add something like `z-index: $zindex-modal + 10` as a sane default. Must have overlooked that var. Thanks for pointing out.

I'd always provide scss for importing only needed styles. Shipping an entire bootstrap css can interfere with all sorts of stuff. I'm thinking of something like opting out from auto...

@theasta will do but I just saw that in docset-generator repository there already is one pull request from dependency bot about the update of sequelize. Is there a reason to...

I tested it and it works. Thanks a lot!

@jsit I dont know how to proceed here to be honest. I'm neither a maintainer of vim-ember-hbs nor of vim-mustache handlebars. I dont know about the future of standalone handlebars/mustache...

@joukevandermaas the template linter had some issues with that when I found that issue back in the days. So this might be a valid workaround although the position of the...