Inspired Labs - London, United Kingdom

Results 5 comments of Inspired Labs - London, United Kingdom
trafficstars

When writing media queries for restricted heights have you tried this patching utility:[https://tachyons-tldr.now.sh/#/tools](https://tachyons-tldr.now.sh/#/tools)?

`.dim{transform:translateZ(0);opacity:1}` must be applied to prevent bouncing on hover. I came across this when resolving a glitch on `.grow:hover`. You can see the outcome of that here: https://codepen.io/inspiredlabs/pen/qwpWrq

This scale is based on: px to rem conversion (http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/). Jason Pamental presents a more sophisticated approach: http://typecast.com/blog/a-more-modern-scale-for-web-typography

Here's a quick fix if you're on `macOS`: - download [Canary](https://www.google.com/chrome/canary/). - install it into `/Applications`. - go to `zsh`, or whatever terminal yo prefer and run: `"/Applications/Google Chrome Canary.app/Contents/MacOS/Google...

I have tried installing `modular CLI` with `brew`, and it threw an error. I'd be interested in other people's experience with similar errors. See: https://github.com/modularml/mojo/issues/1089