Help Needed with Tailwind CSS Parser in PHP

Linda Hamilton
Release: 2024-10-03 06:19:02
Original
751 people have browsed it

Help Needed with Tailwind CSS Parser in PHP

Hello everyone,

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: GitHub - PHP Tailwind Parser.

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

'absolute' => '.absolute {
  position: absolute;
}'
Copy after login

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.

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.

Thank you in advance for your help!

Best regards,

[Raakkan]

The above is the detailed content of Help Needed with Tailwind CSS Parser in PHP. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!