unist for CSS? #134
-
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.
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.
You can also see some past discussion and implementation here: unifiedjs/ideas#3