[v4] Expose AST scope and parsing methods #16543
sonofmagic
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This proposal is aimed at exposing more low-level capabilities of PostCSS, similar to TailwindCSS, to provide plugin developers in the community with better adaptability.
In the current Tailwind CSS functionality, we may need to perform some static analysis on existing projects, including parsing the project's CSS, obtaining the AST, and performing transformations (similar to PostCSS's API).
However, the currently exposed API does not provide such capabilities. Therefore, the purpose of this PR is to introduce these changes.
PR Link: #16542
There is also another discussion that focuses on plugin development for community developers.
For more details, see: #16546
Beta Was this translation helpful? Give feedback.
All reactions