Skip to main content
Design system

Convert Tachyons to Stitches

A simple online tool to convert Tachyons classes to Stitches style objects.


This utility converts Tachyon classes to a style object that can be used by Stitches styled or css functions. Many colors are not an exact match between the two systems. Tachyons colors are converted to the closest token value.

Theme tokens are referenced from the theme object that is imported from the wpds-ui-kit package.

import { theme } from "@washingtonpost/wpds-ui-kit";
Edit this page on GitHub.