kaelig
No user record in our sample, but kaelig has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- Penpot (open-source Figma alternative) AI whitepaper (penpot.app)
- A Figma plugin that imports and syncs UI components from code (story.to.design)
- Design Systems Ops (DevOps – For Design Teams) (medium.com)
- Why our startup failed (oncletom.io)
- "Doctors gave me 30 days to live": his last post… (translate.google.com)
- Apple Is Using Sass, And They’re Doing It Wrong (blog.kaelig.fr)
Today Apple redesigned the homepage of the online Apple Store. I was having a look at their code and I found out some interesting code smells that apparently even the most skilled developers will commit.
- A better Sass mixin for Retina graphics (github.com)
Most of us use @media queries to serve "Retina" graphics to mobiles phones and Macbook Pros. Thing is, Retina graphics are really hard to test on a regular display. The hidpi() mixin has a debug mode that enables us…