• Resolved badouxinternetprojects

    (@badouxinternetprojects)


    Hi there, awesome plugin!

    Question though: I would like to apply multiple classes to certain HTML elements for easy reuse. For example:

    @tailwind base;

    @layer base {
    h1 {
    @apply text-2xl font-bold text-green-700;
    }
    }

    However, when I put this in my style.css, it doesn’t work. What am I missing?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Apply multiple classes for easy reuse’ is closed to new replies.