unist for CSS? #134
Answered
by
ChristianMurphy
justbyitself
asked this question in
Ideas
-
It would be nice to create CSS ASTs in unist. Is there any project like this? Something like hast but for CSS instead HTML. Or something like css-tree but for unified ecosystem. What do you think about it? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
Oct 10, 2024
Replies: 1 comment 2 replies
-
Could be simple, like esast over estree: https://github.com/syntax-tree/esast. That being said, a “standard” without things using it isn’t very useful. Potentially even bad. So there’d need to be an ecosystem too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also see some past discussion and implementation here: unifiedjs/ideas#3