Articles

I sometimes write here, sometimes elsewhere. Find all my writings below 📜📕📰🖋️.

Filters

  • How I Made an Icon System Out of CSS Custom Properties

    A nice icon system technique that takes a couple of Sass functions to parse SVGs and convert them into CSS custom properties.

    Read me on CSS-Tricks
  • Screenshot of Momu website with blue rectangles highlighting the spacings Spacings and CSS Custom properties

    Early on when working on the website for Antwerp’s fashion museum MoMu, we decided to follow a more systematic approach to design. It made a lot of sense for the project, as it had to be a scalable system much more than a custom designed set of pages.
    So by making design more systematic, it should prove easier to code.

    Read me
  • HTML Modal with lorem text and a block button misplaced on top right Scrollbars & CSS Custom Properties

    Scrollbars on Windows are taking extra space in the viewport but vw units don't take that space into account.

    Read me