Matthew Wagerfield

Results 29 comments of Matthew Wagerfield

@malept I will get my head into the code and submit a PR in due course. Regarding the logging, sure—I'll create another issue for that.

Not sure if this has been discussed elsewhere, but when adding comments _above_ `else if` and `else` statements, they are indented to the same level as the previous block rather...

Valid point @roryokane—I did think about this and figured that in the case of comments, you typically put them immediately above a line of code or inline with it. In...

Just published `v0.8.1` to NPM. Please let me know if this resolves this and let me know if this issue can be closed or not.

+1 for this, I think it's a nice idea...though this could this not be achieved by doing: ```js const StyledComponent = styled('component', { color: 'red' }) new Vue({ components: {...

@splitinfinities chiming in here because I too would like to see support for Tailwind's JIT compiler. After some some digging, this is what I've learned: 1. The `postCssResults.messages` [array in...

Suggestions more than welcome @kevinkga. Please feel free to find an alternative encryption library and submit a PR.

Thanks for the issue @MPThLee—I haven't used Nuxt v2 yet, but will add this fix now.

This is now fixed and published to NPM on `v0.8.2`. Thanks again @MPThLee 🎉