Raindrop.io Bookmarks 11/16/2020
著
- How to Write Microcopy That Improves the User Experience - Firefox UX
"Here's a secret about good writing that no one ever tells you: When you encounter clear UX content, it's a result of editing and revision."
- 5 Things I Wish I'd Known Before Starting a Design System at Spotify | Spotify Design
"Key takeaways are that design systems exist to help others -- real people trying to build something fast, with confidence and on-brand. Try to avoid over-complicating and over-engineering a solution without a good amount of input from the people that will actually use the system."
- A Deep Dive Into CSS Grid minmax()
"I noticed that there is a misunderstanding of the minmax() function as most of the articles are generic or don't provide enough explanation and real-world use-cases."
- Pure CSS Shapes 3 Ways | Modern CSS Solutions
"Modern CSS - and modern browser support - provides us three excellent methods to create pure, basic CSS shapes. In this tutorial, we will examine how to create CSS triangles using: borders, linear gradients, clip-path"
- Adactio: Journal--Upgrades and polyfills
"Apple may argue that their browser rendering engine and their operating system are deeply intertwingled. That line of defence worked out great for Microsoft in the '90s."
- Using @property for CSS Custom Properties | CSS-Tricks
"Now that we have a way to communicate this sort of information to the browser, we get some new abilities, like being able to transition between two values."