Rafael de Oleza

Results 2 issues of Rafael de Oleza

I'm not 100% sure whether this is a valid use case for `useLazyQuery()`, but I still think this new behaviour is not intended because of the following reasons: * The...

:rose: has-reproduction
⚛️ React-related
🔍 investigate

Given the following `test.html` file: ``` html body p:first-child { color: red; } body p:last-child { color: blue; } first paragraph second paragraph ``` When running `premailer test.html`, it returns...