Даниил Пронин
Даниил Пронин
I think it's highly identical to CoffeeScript that you can use to highlight Mammouth.
looks like it's not working for now input: ```twig {% set foo = 'bar' %} {{ "#{foo} baz" }} ``` output: ```html #{foo} baz ```
maybe my case is related to this issue https://stackoverflow.com/questions/35261337/extend-placeholder-selector-in-stylus
@seriouslag in https://github.com/voerro/vue-tagsinput/issues/132#issuecomment-808876122, Alex says: > Unfortunately, I am not familiar with TypeScript as of now So, I think we must follow some checklist, like so: - it working without...
Just tested it and it works
I want this feature too. I see `goSlide` method, seems I can use it to set current slide using index? https://github.com/Wlada/vue-carousel-3d/blob/master/src/Carousel3d.vue#L255
Just faced that issue again. > I found that `fixedContentPos: true` in MFP options, combined with `-webkit-overflow-scrolling:touch` on `.mfp-wrap` helped me. I had a few issues with scroll flickering so...
on iOS, there is only way to prevent body scrolling is with JS. I use [`body-scroll-lock`](https://github.com/willmcpo/body-scroll-lock).
> the `position: fixed` approach causes the body scroll to reset
for now, I just modify `response.body` on `rendered(response, context, app)` hook with PostHTML https://gist.github.com/Grawl/ee90f967e7104142cc36516c7026ea39