LukaM
LukaM

Reputation: 59

Tailwind apply method not working properly

Any reason why the @apply method gets left in the css like in the picture instead of compiling normally?

Inspect css

Actual css

Upvotes: 0

Views: 1156

Answers (1)

nabeen
nabeen

Reputation: 462

@apply method looks good for me. Syntax error in your Editor is not so good linter setting(like stylelint).

By the way, your css is NOT BUILD maybe.

You should build to apply the @apply

Upvotes: 1

Related Questions