tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

use my custom class in another custom class ? #421

Closed ghost closed 4 years ago

ghost commented 4 years ago

I have a custom class .gray-right-border-dotted { @apply border-r border-dotted border-gray-400; } i want using .gray-right-border-dotted to another custom class like that: .category { @apply p-2 gray-right-border-dotted block; }

but not working.