• Kissaki@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago
    .btn {
      @apply m-2 p-2 bg-blue text-white
    }
    

    lol, they’re basically writing a CSS class with CSS rules

    Why bother to even use @apply? Just write the damn CSS.

    I agree.