Christian Kaisermann

Results 93 comments of Christian Kaisermann

A little late for the party, but I wrote a small utility wrapper for photoswipe called [Photoswippy](https://github.com/kaisermann/PhotoSwippy) which can handle this specific case. Look for the `indexSelector` [here](https://github.com/kaisermann/PhotoSwippy#photoswippy-options) :smile:

Thanks for the contribution and the idea! However, as @mrkishi said, > Unfortunately svelte-preprocess can't use a patched Coffeescript compiler, at least not by default, as that would be quite...

Hey @wvhulle 👋 sorry for taking so long to reply 😅 why did you want to process the whole svelte file with pug and not only your component's markup? I...

Tested this locally and it should be working. Closing it for now 🙏

This will be merged and used in #562. I actually tried to move to the new `compileString` API, but couldn't make it work in the testing environment unfortunately.

This doesn't seem to be related to `svelte-preprocess`. Closing it 🙏

This doesn't seem related to `svelte-preprocess`. Closing 🙏

Hey @jacob-8 👋 thanks for the references! Will check it when I can 🙏

Hey @ansarizafar 👋 You can add support for it by defining a `mcss` property on [`svelte-preprocess` options](https://github.com/sveltejs/svelte-preprocess/blob/main/docs/preprocessing.md#custom-preprocessors). You can then use [Master CSS's compiler API](https://beta.css.master.co/docs/compiler) to compile the style tags.