Check out this article I wrote about the JavaScript API Intl. Loads of useful little snippets that will make it easier to support multiple languages on your web site or application!
https://t.co/ufLM7VeDgs
#javascript#webdev#intl
New video and blog post released!!
They're about using `git add -p` instead of `git add .`.
The video is mostly about how: https://t.co/4iTJNs7ndp
and the blog is mostly about why:
https://t.co/bbChKQuuK1
@kentcdodds Maybe you've already found this, or something better, but I remember you asking for an extension that fixes "import type" in Typescript, in a video. https://t.co/Gn9ScC9t5m
"Until recently there was no dedicated method in HTML to identify content as a subheading, subtitle, alternative title or tagline. Now there is." @stevefaulkner https://t.co/ufvqkSGuiK
Do you just click different blending modes until it sort of looks right?
Well, that probably won't change after you read this but at least you probably won't use Lighten or Darken again.
(you should bookmark this thread and use it as a reference)
Using @storybookjs to build entire pages of an application allows one to do things like this, using different mocked back end data for each story (using MSW). Really takes things to the next level. All possible states of a page, right there at your fingertips!
Want a behind-the-scenes look at how GitHub makes color themes?
@colebemis from our Design Engineering team explains why we built a dedicated color tool and how we use it to create color palettes for GitHub. https://t.co/RXC4UsEwTg
@type__error@zachleat Aw yiss, this is my jam. Especially the vaporwave theme. I added your site to my bookmarks folder called "Best websites on the Internet", just so you know.
#tinyCSStip Want mono emojis of various hues? Use CSS filters! 🐾
✨brightness(0) ⇒ black emoji
✨invert(x%) ⇒ hsl(0, 0%, x%)
✨sepia(1) ⇒ pretty desaturated, lighter or darker yellow depending on x% (hue≅40)
✨hue-rotate(a) ⇒ move around hue wheel by a
✨saturate(v), v>1