Skip to content

Commit 44839ff

Browse files
authored
Update README.md
1 parent 79a8a02 commit 44839ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tailwindcss Class Parser
22

3-
Tailwindcss Parser is an open-source library for parsing Tailwind CSS classes into an Abstract Syntax Tree (AST). This allows for easier manipulation and analysis of Tailwind CSS classes in a declarative manner.
3+
Tailwindcss Parser is an open-source library for parsing Tailwind CSS classes into an Abstract Syntax Tree (AST) and AST to classname. This allows for easier manipulation and analysis of Tailwind CSS classes in a declarative manner. If you are into a WYSIWYG like CMS builders this library can parse classes from blocks (or whatever you are using as a name for your components) or convert class definitions into classnames into your blocks.
44

5-
Heavily inspired by the Tailwind CSS v4.0.0's ```candidate.ts``` parser, this library does almost same thing but tweaked and simplified to support Tailwind CSS versions ^3.
5+
Inspired by the Tailwind CSS v4.0.0's ```candidate.ts``` parser.
66

77
------------
88

@@ -98,3 +98,4 @@ Contributions are welcome! Please feel free to submit a pull request or open an
9898
## Acknowledgements
9999

100100
Special thanks to the Tailwind CSS team for their amazing work on Tailwind CSS.
101+
@siddharthkp from https://github.com/ui-devtools/tailwind-utils

0 commit comments

Comments
 (0)