Pedr Browne

Results 115 comments of Pedr Browne

Yes. Because otherwise you might be defining the styles of a nested Icon when a button is hovered before you define its default styles. Obviously this isn't going to effect...

To be honest, this isn't about whether my way is preferable to yours or vice-versa, just that people do things differently, often with equally valid, different reasons, so it would...

That would be really great. If we could treat mixins interchangeably with properties so that the name of a mixin could define its position, that would be even better ;)

I'm seeing the same thing. Navigating back to a page that uses `GatsbyImage` results in the `onLoad` for that component never being fired. If I run through the gatsby image...

@Pomax I think I'm seeing the same problem. `intersect` will correctly detect the intersection most of the time, but occasionally returns an empty array. The most minute change in one...

> First of all, the idea behind vary is not to abstract every property, but simply do the theming part of it. Don't worry. I totally agree on this. Have...

> The problem is how to approach this without affecting the current setup. The project is still young and you are fleshing out the API. Don't be afraid to bump...

Nice work. Forgot you can't use variable length params there as there are already subsequent params.

For some npm modules I have more than two options: - `lib/index.js` - `dist/example.js` - `src/path/to/file.js` - `src/index.js` I think even if there was only a unique export from the...

Would be a big step forward just to allow for some control over the order items are displayed in. At the moment it's effectively arbitrary. Could `orderOn` and `orderDirection` fields...