Rafael Pedicini

Results 38 comments of Rafael Pedicini

Also, just a note about TS, which I know isn't something that's going be addressed for a little bit. I think the current type assigned to the `expression` of `StyledExpression...

@peduarte I'm curious why this isn't considered a bug? Copying some of the discussion from #675: This issue persists even when the styles are in different files/modules. Here's a [codesandbox...

@peduarte when addressing this issue it might also make sense to look at style conflicts when using multiple style objects. Should the order they are passed into the the styled...

I think `optionsRaw` can be set to optional here: https://github.com/pastelsky/package-build-stats/blob/master/src/getPackageStats.ts#L53

Note that I didn't encounter this issue until I regenerated my project's `lock` file. Also, I started receiving this install warning, which might be related: ``` npm WARN ERESOLVE overriding...

Hi @pastelsky, would it possible to update `csso-webpack-plugin` to `2.0.0-beta.3` to fix this issue? Thanks.

Also, in my experience you only need to set a timer on `touchend`, as well as keep track of if there is a touch point currently on the screen as...