79262453

Date: 2024-12-08 12:38:07
Score: 1.5
Natty:
Report link

You can write the !class - but don't do it first. For example: This will work -

.class-m1 {
 @apply h-1 !w-2.5;
}

And this won't -

.class-m1 {
 @apply !w-2.5 h-1;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Александр Ястребов