@webmaxru @ChromiumDev @tunetheweb @drenzulli @andreban @rick_viscomi Looking at the overall picture, it doesn’t seem that unique of a drop: https://t.co/uign4L68mD.
@webmaxru @ChromiumDev @tunetheweb @drenzulli @andreban Missing @rick_viscomi in your list of experts.
RT @DasSurma: I have been working on a CSS Container Query polyfill for all major browers.
It aims to cover the majority of CQ use-cases r…
@hashseed I’m carefully optimistic, too. It’s definitely the elections I cared the most about, and I see promising signs of hope for this country to make the necessary changes. 🌱
🧒â€ðŸŽ¨ The @HeyDesigner newsletter featured SVGcode in their daily edition 329: https://t.co/5DNZVRNr4Q. Happy the app is interesting to a design audience! 😃 https://t.co/YxYpPNKFTc
@equinusocio @rauschma Yes, in this particular case the custom element always fires the event that triggers the function.
@rauschma This demo https://t.co/qKiV3054WV swaps the favicon (`link[rel=”icon”]`), but the logic for swapping the manifest (`link[rel=”manifest”]`) would be exactly the same.
@schweinepriestr Yes, just added more detail: https://t.co/NZIQiyH44z.
@ChromiumDev Yes, SVG icons are in some cases a way around that (see quoted tweet â¤µï¸ and https://t.co/FruUqccVK2), but this doesn’t work for `”theme_color”` and `”background_color”`. https://t.co/w6W2rt2HZ6
PWAs can soon specify light â˜€ï¸ and dark 🌒 mode colors in the Web App Manifest:
“`json
{
“theme_color”: “red”,
“icons”: […],
“user_preferences”: {
“color_scheme_dark”: {
“theme_color”: “blue”,
“icons”: […]
}
}
}
“crbug.com/1271804
@patrickbrosset Super useful, thanks for building this! (Note that you need to migrate to manifest v3 in the future.)
@stradige_france Also available at https://t.co/KkNtcSZGbS.
@Kankaristo I’ll pass this feedback on. Thank you for reporting this!
@cramforce @JohnMu I was aware (though rarely use it myself), but John’s is the best use case for this feature I have ever seen. 🤯
RT @patrickbrosset: New blog post 🔃!
I created a small browser extension that lets you grab colors from 🌟 anywhere on your screen 🌟 (not j…
@Vjeux @steveruizok So did GitHub for issue texts for example.
RT @phoboslab: Lossless Image Compression in O(n) Time — introducing QOI, the Quite OK Image Format. 300 lines of C, single header library:…