How to add a @tailwind CSS rule to css checker

后端 未结 9 1222
無奈伤痛
無奈伤痛 2020-12-23 08:55

Tailwind adds @tailwind css at rule which is flagged as unknown. How can I avoid this error?

eg styles.css

@tailwind prefligh

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 09:43

    If you use VS Code you can use the following plugin: https://marketplace.visualstudio.com/items?itemName=csstools.postcss

提交回复
热议问题