<?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: Raakkan</title>
    <description>The latest articles on DEV Community by Raakkan (@raakkan).</description>
    <link>https://dev.to/raakkan</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%2F615938%2F27f4a561-af72-408b-9edd-a63c3ccd436c.jpg</url>
      <title>DEV Community: Raakkan</title>
      <link>https://dev.to/raakkan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raakkan"/>
    <language>en</language>
    <item>
      <title>Help Needed with Tailwind CSS Parser in PHP</title>
      <dc:creator>Raakkan</dc:creator>
      <pubDate>Wed, 02 Oct 2024 13:01:37 +0000</pubDate>
      <link>https://dev.to/raakkan/help-needed-with-tailwind-css-parser-in-php-2j8e</link>
      <guid>https://dev.to/raakkan/help-needed-with-tailwind-css-parser-in-php-2j8e</guid>
      <description>&lt;p&gt;Hello everyone,&lt;/p&gt;

&lt;p&gt;I am currently developing a Tailwind CSS parser in PHP for one of my projects, which aims to parse Tailwind CSS classes at runtime. I’ve started working on it and created a repository here: &lt;a href="https://github.com/raakkan/php-tailwind" rel="noopener noreferrer"&gt;GitHub - PHP Tailwind Parser&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I’ve implemented many of the documented CSS classes, but I believe there are still quite a few missing, such as &lt;strong&gt;&lt;code&gt;transform-gpu&lt;/code&gt;&lt;/strong&gt; and others. I need help in identifying and collecting all Tailwind CSS classes, along with their corresponding definitions. For example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight php"&gt;&lt;code&gt;&lt;span class="s1"&gt;'absolute'&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;'.absolute {
  position: absolute;
}'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The goal is to ensure that no classes are missing. Once all classes are accounted for, I plan to release this package on Composer in MIT License and provide proper documentation.&lt;/p&gt;

&lt;p&gt;Additionally, if any PHP developers are interested, I would greatly appreciate assistance in cleaning up the code and finalizing the package to make it complete and robust.&lt;/p&gt;

&lt;p&gt;Thank you in advance for your help!&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;&lt;br&gt;
[Raakkan]&lt;/p&gt;

</description>
      <category>php</category>
      <category>tailwindcss</category>
      <category>laravel</category>
    </item>
  </channel>
</rss>
