Marais Rossouw

Results 102 comments of Marais Rossouw

Didnt we just recently move to `application/graphql+json` or is that more about transport mime's than the file extension's mime?

I'm working on one atm - I'm keen to collab, if you're keen! @ahtee

Hello friends 👋 sorry its taken months... COVID gave me time for this ;) Just a quick update on this. I have successfully built!! I'm not quite there yet, but...

Looking for some beta testers!! 🎉 ``` yarn add rollup-plugin-treat@alpha import { rollupPluginTreat } from 'rollup-plugin-treat'; /* options: include?: FilterPattern; | default: /\.treat\.(ts|js)$/ exclude?: FilterPattern; | default: undefined localIdentName: string;...

Yeah would be nice to have this support. We'd need it to handle this "safe-area" things for iOS. https://webkit.org/blog/7929/designing-websites-for-iphone-x/

treat has been largely abandoned yes. In favour of their new vanilla-extract library. You can find some helpful PR's on their braid project on a migration. --- I know we/I...

They probably will eventually. But braid and subsequently seek still support a Frankenstein build supporting both. I dare say Braids now 100% VE but still need to support seek internals...

I can confirm that this is actually the case. We [actually do have a similar workaround](https://github.com/autoguru-au/overdrive/blob/302405b7a31d610146f3c3fbc895a5c062945cc5/lib/components/Alert/Alert.treat.ts#L21). Basically the solution is to, as you've done. `content: "'test'"`

Can concur had same issue, "SingleEntryDepedency" error right? Or something to that effect? All I know was the error was misleading in that yes there is only one webpack. 10.0.5...

I see your point.. I guess I was naive in that I assumed that `.red` will always be red, but yeah, a `.blue` later in the file would _take over_....