Piet van Zoen

Results 24 comments of Piet van Zoen

👍 would be handy. I'm using [middleman-deploy](https://github.com/middleman-contrib/middleman-deploy) which force pushes builds to a branch. When caddy-git pulls it runs into conflict issues for some reason.

I've been having a similar issue. For me it seems to be an issue with compiling a SVG filter in a LESS file. I've tried using LESS escaping but it...

A little added info. This SVG filter in the same file doesn't seem to cause an issue: `filter: url("data:image/svg+xml;utf8,#grayscale");`

Hmmm... yes it appears to do the same thing via command line. A LESS bug I guess.

@pasha-bolokhov For now someone kindly implemented `configAsync`. It's been released with v3.1.0. Obviously eventually it would be good to migrate this to `config` and rename the existing `config` to `configSync`....

Makes sense. I've been meaning to drop into the existing issues here and direct people to the std lib. Archiving prevents comments on issues so I'll take care of that...

The css files referenced in the docs are no longer available in the `node_modules/v-tooltip/dist` directory.

Ah I think I see. Docs are referencing the beta version of the library. So if you miss the instructions to `yarn add v-tooltip@next` and just run `yarn add v-tooltip`...

+1 for this feature. Is there any update?