Kyle Peatt

Results 26 comments of Kyle Peatt

I'm using some Velocity animations on transforms right now. I was initially stung by forcefeeding not working as expected but, now that I get how it works, I think this...

@tonyganch Is this still an issue in the latest version? I'm seeing it in my code. This: ``` scss label { margin-bottom: $v-space / 2; font-weight: bold; -webkit-tap-highlight-color: rgba(0, 0,...

Looks like it might be an edge case interaction with Screensmart fonts from H&FJ? I played around with this a bit on my cloud.typography.com dashboard and it caused some weirdness...

Ah, nevermind, this is happening if I switch out Gotham on their site for Fira as well.

I think saying the SCSS version relies on Autoprefixer is a fine solution — these are your development files and should match your style. As far as I know, it's...

Continuing thought on this: I had a bit of a problem with the compressed output style that node-sass was giving you and you're not really taking advantage of any Sass...

@kennethormandy As a sidebar on this, do you think it's worth while to move this out of the mindset of a `normalize` and into the mindset as a good set...

@kennethormandy Wouldn't `html` capture both in that situation? Why address the two?

@Luk4h How do you tell Raycast which account you want to use? It seems to choose (what seems like) randomly for me.

Thanks for the quick reply, Simeon! I tried digging into this myself but I don't know java at all. Really appreciate your work!