Search
Binance Joins Association of Certified Sanctions Specialists
9.1.2023
Cryptocurrency exchange Binance has become a member of an organization providing training for sanctions compliance. With the move, part of efforts to improve its capabilities in this field, the largest trading platform for digital assets joins a club of multinational corporations and financial...
The Making of Atomic CSS: An Interview With Thierry Koblentz
3.2.2022
I interviewed Thierry Koblentz, creator of Atomic CSS, to understand the history and background that led to making of the popular CSS framework. Thierry, now retired, has vast experience writing CSS at large scale and has previously worked …
The Making of Atomic CSS: An Interview With...
“Just in Time” CSS
10.9.2021
I believe acss.io is the first usage of “Atomic CSS” where the point of it is to be a compiler. You write CSS like this:
<div class="C(#fff) P(20px)"text
</div
And it will generate CSS like:
.C\(\#333\) {
color: #333;
…
The post “Just in Time” CSS appeared...