Hacker News new | past | comments | ask | show | jobs | submit login

If you take advantage of PostCSS or Tailwind's CLI, you can compose something like:

  .my-class {
    @apply text-sm;
    @apply text-gray;
    @apply font-bold;
  }



This is exactly what I want, down to the syntax!




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: