Tom Carter

Results 5 comments of Tom Carter

It looks like the mixin name is always getting added for nested children. Here's some test markup: ``` .box-shadow-mixin (@h: 0, @v: 0, @blur: 0, @color: none) { box-shadow: @h...

The only workaround I have been able to get working is to change this line https://github.com/GoogleChrome/puppeteer/blob/master/lib/Page.js#L713 from this: ``` const width = Math.ceil(metrics.contentSize.width); ``` to this: ``` const width =...

zsh. On Mac. I just tried it again with bash and it worked fine. I guess that was it.

> hm, any ideas how to fix with zsh? No, I'm afraid not. I can search a bit and try a few things.

I'm seeing this in a project where I'm updating dependencies. It looks like the utils aren't in the NPM package. https://www.npmjs.com/package/ember-css-transitions?activeTab=code