astexplorer icon indicating copy to clipboard operation
astexplorer copied to clipboard

[Enhancement][Postcss] : Requesting to add postcss-value-parser and postcss-selector-parser for postcss transformer

Open anikethsaha opened this issue 5 years ago • 3 comments

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

anikethsaha avatar Nov 27 '19 13:11 anikethsaha

So this would be another parser that can be selected from the settings?

Screenshot_2019-11-28_00-26-02

fkling avatar Nov 27 '19 23:11 fkling

Where is this setting handler ? Actually its would be like when enabling it will create additional nodes in the value property. May be

anikethsaha avatar Nov 28 '19 16:11 anikethsaha

I just saw there is no support for selector-parser by postcss as well. Is it possible to add?

anikethsaha avatar Dec 05 '19 16:12 anikethsaha