So... If I want to set my interface in English but still use my Country date format Microsoft won't let me do it. Because it's always nice to play mental mapping every time you look into a date like 1/1/2022, right? 😅
🤩 #CSS Game Changer
There have been many wars between Web Developers and Web Designers on keeping the noticeable ':focus'.
Finally, all browsers are supported the new ':focus-visible' pseudo-class, which works only with the keyboard tab!
@CodePen:
https://t.co/dnCGlypAsF
@TerribleMia Just wondering if, in most cases, taking the time to properly implement Cascade Layers would mean that !important is not needed anymore in that given codebase.
✎ For design systems, should you version the component library as a whole or should you version individual components? In this post, I break down the pros and cons of each strategy: https://t.co/kkXZ4xy5kz
@brad_frost We are using versioned components as we need to release very fast, to several product areas. To ensure consistency across all digital touch points we implemented a theme orchestrator.
@shadeed9 No, ofc not. I was just saying that CSS is just one face of the multiple coin faces that composes a modern web/app. Building CSS to match a design is just 30% of it.
Tip: Name your JavaScript exports. This ensures they show up named in DevTools and compile time errors.
A helpful ESLint rule can enforce it https://t.co/eZQZnOZroo ✅
There are so many bits & bytes on DevTools nowadays, so many features buried under config menus that it's very easy to miss the good parts!
Great one, thanks @codepo8
TIL: You can use console.log({height}) rather than just console.log(height). Makes total sense but I hadn't tried it before.
Really nice article by @codepo8 on logging techniques.
https://t.co/KP9Sajb0Eq
🎉 Bonus: Watch the CSS Mirroring video at the end of the post.
iOS 14 Shortcuts are a neat and somewhat useful feature. It allows you to make your smartphone, well, a bit more smart and make it work for you. But without the possibility to set constraints, they are just half-useful!
It would be 10x better if we could simply do this 😱
https://t.co/FxBWnK76Sg
An investigation on different optimisation techniques and their effects on the load performance, https://t.co/DV4SDTGCwd
#iJScon#javascript#performance
How is started How it ended