Mattijs Bliek
Mattijs Bliek
That it Emmet ignores it and lets Vim autocomplete it. I think there's two cases, the first being something like this: ``` .selector { @include mixin-name(); } .other-selector { @include...
Agreed, the autocompletion is not a task for emmet-vim. Therefore I would say it's best if Emmet ignores this case and lets Vim do whatever it would do if emmet-vim...
Is there any way I can make emmet-vim only expand properties/values and nothing else?
I don’t think that’s true, I got it to work like this: Create an Application on the [API & Security page](https://aligem.prismic.io/settings/apps/), you can leave the callback URL blank. ![Screen Shot...
Great, I'll try to work on something tomorrow :)
I'm a bit out of my depth here. Will continue to work on something, but it will take longer than I anticipated.
I took another look at implementing this and it might be tricky to implement fully. Firefox uses the same quota as for IndexedDB. But since this quota is per origin,...
Tried giving this another go but I'm having a hard time seeing what's going on in the code, and not being very familiar with Angular doesn't help. I don't think...
**Temporary solution** I found out you can work around this by prepending the globally available `__dirname` variable to your config location like so: ``` js gulp.task('scss-lint', function() { gulp.src(paths.cssSrc +...