![[VSCODE] tailwind 설치 후 vscode에서 "Unknown at rule @tailwind" css warning 끄기](http://i1.daumcdn.net/thumb/C120x120/?fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FyMAhC%2FbtrWwfuw001%2FAAAAAAAAAAAAAAAAAAAAAPNihFlJBUD1zjGO4-fmYPaxz4mFucDlyHOVxhcOt6d6%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DAbUDqyIlAlCwDULphVXV%252B0qz7NM%253D)
[VSCODE] tailwind 설치 후 vscode에서 "Unknown at rule @tailwind" css warning 끄기
vscode 기본 설정 상태라면 tailwind 설치 후 vscode에서 css syntax warning을 뿜어냅니다. 이럴 땐, vscode 설정 창을 열고 (단축키: ctrl + , ) unknown으로 검색하면 "Unknown At Rules" 항목을 "warning"에서 "ignore"로 변경해주면 됩니다. CSS와 SCSS가 따로 설정되므로 둘 다 ignore로 변경해주면 됩니다. 변경 후
- Development/Visual Studio Code
- · 2023. 1. 18.