DEV Community

Discussion on: TailwindCSS @apply - the right approach?

Collapse
 
lyrod profile image
Lyrod

Hum, am I missing something? CSS does not support nested selector, so you need to do
.class:focus, .class:hover... { @apply... }

Right?

Collapse
 
pp profile image
Paweł Ludwiczak

Oh, I forgot to mention I use SCSS as preprocessor - but that shouldn’t change anything👍