<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: darkresq14</title>
    <description>The latest articles on DEV Community by darkresq14 (@darkresq14).</description>
    <link>https://dev.to/darkresq14</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F502264%2F8f18c169-dd4a-4cd3-951b-e99edd40e05e.png</url>
      <title>DEV Community: darkresq14</title>
      <link>https://dev.to/darkresq14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darkresq14"/>
    <language>en</language>
    <item>
      <title>How to fix "Unknown at rule @tailwindcss css(unknownAtRules)" in VS Code</title>
      <dc:creator>darkresq14</dc:creator>
      <pubDate>Thu, 11 May 2023 13:56:50 +0000</pubDate>
      <link>https://dev.to/darkresq14/how-to-fix-unknown-at-rule-tailwindcss-cssunknownatrules-in-vs-code-mbh</link>
      <guid>https://dev.to/darkresq14/how-to-fix-unknown-at-rule-tailwindcss-cssunknownatrules-in-vs-code-mbh</guid>
      <description>&lt;p&gt;Have you ever included Tailwind CSS in your project just to be spammed by multiple warnings like &lt;code&gt;Unknown at rule @tailwind css(unknownAtRules)&lt;/code&gt; ?&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hM9Zj4pX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dxfa4ufudavuebzjjj3z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hM9Zj4pX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dxfa4ufudavuebzjjj3z.png" alt="Screenshot of VS Code with warnings" width="568" height="164"&gt;&lt;/a&gt;&lt;br&gt;
A quick fix for this is to ignore them from the VS Code settings. Here is how to do it:&lt;br&gt;
Open VS Code settings using your favorite way (I like to use the shortcut &lt;code&gt;Ctrl + ,&lt;/code&gt;) and search for &lt;code&gt;css lint unknown at rules&lt;/code&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--f5INfCGj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a84rvnyr1s8sn5fesc7j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--f5INfCGj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a84rvnyr1s8sn5fesc7j.png" alt="VS Code screenshot for the css linting settings set to warning" width="570" height="210"&gt;&lt;/a&gt;&lt;br&gt;
The first (and only) option is &lt;code&gt;CSS &amp;gt; Lint: Unknown At Rules&lt;/code&gt; and the default for this is &lt;code&gt;warning&lt;/code&gt;.&lt;br&gt;
Set this option to &lt;code&gt;ignore&lt;/code&gt;.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wQwIhnpF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lalnxdmwnkdvpys463ar.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wQwIhnpF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lalnxdmwnkdvpys463ar.png" alt="VS Code screenshot for the css linting settings set to ignore" width="366" height="114"&gt;&lt;/a&gt;&lt;br&gt;
And we are done! No more warnings distracting us from coding.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hfyLDPmI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fq0etpof3sfutzgw5pdc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hfyLDPmI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fq0etpof3sfutzgw5pdc.png" alt="Screenshot of VS Code without the warnings" width="457" height="159"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>vscode</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
