Hi,
I wanted to share a collection of design tokens I created to mimic most used TailwindCSS utilities : TailwindCSS default theme design tokens for Penpot implementation. There are spacing, border-width, border-radius and sizing tokens. · GitHub
You can import the JSON file in Penpot with the import button at the bottom.
You will then have access to the default values in Tailwind : spacing (padding, margin, …), sizing, border-radius and border-width.
Feature request : this setup would benefit from a way to sort tokens by name (and maybe values), because the order of imported tokens seems to be random. I would love to have size-1, size-2, size-3, … in order to find the correct token more easily ==> this has been fixed !