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.

Tachyons Classes
pa-smmt-smfont-copybold
{
  "padding": "16px",
  "margin-top": "16px",
  "@media only screen and (min-width:1024px)": {
    "font-size": "1.25rem"
  },
  "@media only screen and (min-width:768px) and (max-width:1023px)": {
    "font-size": "1.25rem"
  },
  "font-size": "1.125rem",
  "font-weight": "700"
}
Edit this page on GitHub.