A nuanced thing I keep forgetting: When using CSS custom properties and calc() with multiplication, one of the operands _needs_ to have a unit (easy to forget in your fallback values)pic.twitter.com/WwYtFl83Fi
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Good question. I think my test cases weren’t quite comprehensive enough. I started something a little better here but it will need a bit more work https://codepen.io/zachleat/pen/BaaXKPg … Most interesting are these bits:pic.twitter.com/lFN2ufW4x1
E.g.
padding-left: 20px;
padding-left: var(--some-undefined-variable, 40);
That last declaration does not set padding-left to 40px, but it also doesn't have NO effect: it seems to undo the earlier value (20px) and reset the padding-left to 0. @tabatkins, plz halp!
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.