Alex Lande

Results 9 comments of Alex Lande

Yeah, better/more granular whitespace control is something I'd like to address, but haven't spent much time thinking about it. The difficult thing is determining when to break something to multiple...

Hi Keith, I ran into the same problem over the weekend. It looks like Glen posted this issue with Respond as well, so I'll cross-post this over there. Check out...

Interesting, thanks a lot for looking into it. Personally, I think it's just something that I'll be aware of and avoid in the future.

Re: git dependencies-- given that this use case is mainly meant to support forks, people in that situation could just remove `lib` or `dist` or whatever from their fork's `.gitignore`,...

On a separate note, if bower will work with npmcdn I think that's great. That said, I think that the recent memification of "bower is dead" is overblown. Bower is...

Here's a fix for anybody else who's hitting this issue: https://github.com/BetterTyped/react-zoom-pan-pinch/pull/448 My use case is pretty similar to @Olliebrown's-- I'm running a React app in a browser extension, so I'm...

👍 I went on vacation right after opening this, so that works for me. I'll clean this up in the next couple of days + ping you when I think...

Ok, revised this. I've got it running in my pattern library now and checked the results against aXe, all seems well. Notable things: - If a background color has transparency,...

Interesting. I'll take a look and see if I can figure out what's going on.