<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
Steps to Reproduce:
<!-- Launch with code --disable-extensions
to check. -->
Does this issue occur when all extensions are disabled?: Yes
From a pure css perspective, @tailwind is unknown.
There are two things you can do:
"css.lint.unknownAtRules": "ignore"
Custom data can be contributed using user or workspace settings (see https://code.visualstudio.com/docs/languages/css#_css-custom-data) or by extensions, see https://code.visualstudio.com/api/extension-guides/custom-data-extension.