Themes & plugins Intro
What a design token actually is
A swatch on a mockup and a design token can hold the same value and still be different things. The difference is the name — and the name…
Technote
Stop re-deciding colours and spacing on every page — putting design tokens into a WordPress theme in a way editors cannot accidentally undo.
8 articles
Themes & plugins Intro
A swatch on a mockup and a design token can hold the same value and still be different things. The difference is the name — and the name…
Themes & plugins Intro
One brand colour cannot draw an interface. Derive hover, pressed, tint and disabled states by rule and you stop picking new colours on every screen.
Themes & plugins Intro
Eyeballing spacing puts 12, 13, 14 and 15 on the same screen. A scale makes the decision faster and tidies the layout for free.
Themes & plugins Practical
Declare the tokens in one :root block, have components reference nothing else, and the colour and spacing of the whole site move from a single file.
Themes & plugins Practical
theme.json is not a stylesheet, it is a channel. It hands your palette to the editing screen so editors choose from your system instead of a free colour…
Themes & plugins Practical
Leave the picker open and in six months the site carries colours a shade off the brand. That is not the editor's fault — the system asked.
Themes & plugins Advanced
Modern themes arrive with hundreds of their own tokens. Edit them and updates erase your work; ignore them and the screen splits into two systems. The answer is…
Development workflow Advanced
A design document kept elsewhere diverges from the code within two months. What keeps documentation alive is location, not length — and what belongs in it is the…