Gray Gilmore

Results 70 comments of Gray Gilmore

@shennan looks like it's being included in the v2 attempt: http://codepen.io/davatron5000/pen/9fef11884a883855d8a1a187bac0cbfe

Found the bug today as well. So happy I was getting email updates on this issue or else I would've been pulling my hair out for hours. I simply moved...

If anyone else stumbles across this I was able to do this in JS by: ```js import 'flickity/dist/flickity.min.css'; import Flickity from 'flickity'; // do Flickity things // new Flickity(el, options);...

I had a very similar issue that was solved with: ```bash brew install --force readline ```

👋🏻 it works a little bit different in Remix (we need to update the docs!). You can get the Oxygen environment variables from the `context` in your loader or action:...

I was wondering why that was occurring, seeing it as well.

I just ran into this same issue myself. It's being caused by a naughty `max-width: 100%;` that's occurring elsewhere in your CSS file. In your case, I have a feeling...

@tliebig if you have a test page up where you're experiencing the issue, I can have a quick look.

Aaahhh, I see you're using `contain` and not `cover` - I'm not sure if the whole max-width thing solves that same issue. I had a quick look and couldn't really...