Marais Rossouw

Results 102 comments of Marais Rossouw

That's true, however treat chose to expose "SimplePseudos" on the main style object here https://github.com/seek-oss/treat/blob/1fd5f1f2077fc79c1fd893d176034d85c8e75566/packages/treat/src/types.ts#L21 Which I mean is okay, its just meant that you can define a thing in...

To @Tibfib point, this is what scss does too. Eg: ```scss div, .someClass:active { &:hover { color: red } } // is div:hover, .someClass:active:hover { color: red } ``` so...

Are you building the shared component library, and shipping that to npm? In order for treat to work for both internal and external components, the `createTheme` files that i assume...

That is correct, but you can't just bundle with webpack without the treat/webpack-plugin because the filenames are important. And not just that, even if you were to use a cache-group...

I'm happy to help! So use me ☝🏻️

@davidtheclark yeah mate - I think its so amazing too!! My two cents are, I think that @ai wanted to iron out the discrepancy between having 2 toolsets that do...

@davidtheclark yeah - will be interesting! In my mind I see a "polymorphic" style approach, where by you can load both your long standing csslint, and or stylelint config file,...

I won't then if this plays nicely into Relay's EntryPoints and preloaded queries. We use relay, and have its render as you fetch working, but preloaded fire for all routes...

Yeah! Was actually going to use Fiverr myself too! No idea how to make this happen? Really need @sunli829 to be driving it 😅 it's their project. Do we let...

Could we just sign the urls? cdnjs/skypack both support signed urls. I personally dont agree on self-hosting it, if we are willing to support a static site to host these...