astexplorer
astexplorer copied to clipboard
[Enhancement][Postcss] : Requesting to add postcss-value-parser and postcss-selector-parser for postcss transformer
Current
Currently, the postcss parser doesn't provide this out of the box. So most of the value
node of the graph remains as it is like the value written.
Enhancement
There is a postcss-value-parser
already present I was thinking if it can be added as an opt-in thing so that those values can be transformed to nodes.
Alternative I couldnt find any other parser or default from postcss.
But I do think it will help a lot to those who are writing postcss-plugins
So this would be another parser that can be selected from the settings?
Where is this setting handler ? Actually its would be like when enabling it will create additional nodes in the value property. May be
I just saw there is no support for selector-parser by postcss
as well. Is it possible to add?