Simone Alers
Simone Alers
For anyone who still has this issue, I solved mine using the following bit of code after initialisation: ``` $('li', $('.your-containing-selector')).click(function() { var $container = $(this).closest('.your-containing-selector'); var hColumnData = $container.data('hColumn');...
@weaverryan if this is the way to go I'll do the same for the twig bundle! 😄
I apologize for the late response, apparently GitHub either didn't notify me of all the conversations or my spam filter got them. I'll fix all the comments!
@bocharsky-bw I like the idea of downloading the latest version, we would however not be able to show the default config for it with `bin/console debug:config SymfonycastsSassBundle`, and I'd be...
I'm sorry for not getting back to you guys sooner, @c33s thanks a lot for trying to dive into the issue! I'd copy pasted from the previous solution before my...
For the clean solution to work there would need to be some pipeline construction introduced to post process the generated css (and its sourcemap). The dart sass binary can write...
Hi @weaverryan, I'd be happy to give a go at implementing this, (if satisfactory also for the tailwind bundle). Do you already have some idea on how you would like...