add prettier tailwind

This commit is contained in:
2025-07-02 19:14:47 +02:00
parent 142d2986b6
commit 389b6db432
102 changed files with 55921 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Parser } from "../index.js";
export declare const parsers: {
angular: Parser;
html: Parser;
lwc: Parser;
mjml: Parser;
vue: Parser;
};