Hacker News new | ask | show | jobs
by johnrackles 1258 days ago
This code example is explicitly not supported in tailwind:

  const className = "p-" + props.gap.toString();
according to https://tailwindcss.com/docs/content-configuration#dynamic-c...