C-Bass

Results 390 comments of C-Bass

I'm handling it with jquery for now.. still hoping it gets fixed at some point ``` $(document).on('click', '#blueimp-gallery a.close', () => { if (this.galleryImageIndex !== null) { this.galleryImageIndex = null;...

I see that it's possible to set a title and description.. now I just need to be able to insert html in the title and/or description so I can have...

@calaoa thanks for the demo, so just to be clear.. in order to get this to work you have to use vue-blueimp-gallery instead of using this library here (vue-gallery) ?

@calaoa nice of you to make it. A shame that @RobinCK couldn't merge your PR.. it's hard to get recognition as a new package with no stars, but this is...

Hi @jjranalli, I see you tagged a new release but I didn't see anything about a custom darkSelector in there. I'm still unable to use nightwind when using a prefix...

I tried to solve it myself. I imported your package as a local module and made the following modifications: Essentially I added ` const tailwindPrefix = 'tw-';` and then sprinkled...

Would you mind sharing your clean dark mode toggle button @quick007 : )

Yep having the same issue here.. using the new `mode: 'jit'` I got an error that `focus:tw-outline-none` is not a real class when used via `@apply` And it's having other...

so in its current state can it handle creating ads and creating custom rules? Even if I have to make manual calls to the api. Can I still use your...

planning on starting to use this tomorrow :) very exciting stuff! How's it going with the v1 branch? I see a commit in the last 30 days which always turns...