Emil Goldsmith Olesen

Results 46 comments of Emil Goldsmith Olesen

Looked a bit at the typechecking error and I couldn't see how it should relate with my change, could anyone help me take a quick look ?

Nice debugging, thanks for the support @forsberg

Ahhh, okay, the thing is what `sc-block` does is replace your interpolation with `styled-mixin` (which is also what our processor guesses is the right thing to do, so it's the...

Hmm I'm not sure I understand the details of what you're saying @gex but I'll clarify something I'm not sure whether you understand or not: Our processor doesn't evaluate any...

I don't think we will ever support extracting anything from an interpolation to be honest, it'll be very hard to generalize it without evaluating CSS. I guess one could make...

Awesome to hear :)

@daviddelusenet it's not by choice that they are black boxes, it's because interpolations are JS, and we only do static code analysis, which I'm pretty sure is also what ESlint...

There's also a configuration in settings/actions that you need to set to allow actions to create pull requests

That shouldn't be a problem no, see https://github.com/styled-components/stylelint-processor-styled-components/pull/171 and https://github.com/styled-components/stylelint-processor-styled-components/issues/170 We initially thought so too but were enlightened by @jeddy3 from Stylelint. If you have any other information than this...

Hmm okay @jeddy3. But if I recall correctly you said that setting the 'syntax' option in config simply didn't exist and it was only a CLI option? Or is that...