Gavin McFarland

Results 61 comments of Gavin McFarland

What would be the cons or disadvantages for allowing the following to work? ```json { "color": { "font": { "value": "#111" , "secondary": { "value": "#333" }, } } }...

Ah I see, yeah I can appreciate how that would be a big job. Thanks for letting us know.

Thanks for sharing this. This plugin does not use the method `postcss.parse` so I'm not sure what's causing this warning but I will investigate. Is it preventing you from doing...

Experienced similar situation when I was importing variables into `global.css`. For ease I ended up creating a wrapper component and putting all the contents of `global.css` into it which all...

~~Sorry for not providing more info with error messages etc. I've been having a real tough time diagnosing it because I'm only just starting to understand properly how promises work...

Sorry this was is my bad. I had missed the `await` keyword when testing it again (switching from sync to async). Unfortunately, I cannot get any error from `processPostCSS`. To...

That's what I thought, I'm using `postcss-tape` to test the plugin and it's not returning any error messages apart from the test failing. I can only imagine that it must...

I think what is happening is as soon as I add the await for `postcssrc()` it means that the result of that promise doesn't occur until the whole plugin has...

I've had time to look at this a bit, and I think I now realise that in order to be able to use the async version of the API the...

I know you opened this issue a while ago. But thought maybe I could explain a bit. If you are using a loader like webpack or rollup there might soon...