Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: easier access to function arguments #70

Open
nex3 opened this issue May 8, 2020 · 0 comments
Open

Feature request: easier access to function arguments #70

nex3 opened this issue May 8, 2020 · 0 comments

Comments

@nex3
Copy link
Contributor

nex3 commented May 8, 2020

It's currently consistently annoying to access a list of arguments to a function call parsed by postcss-value-parser. It returns the children of the function as an undifferentiated list of nodes which may or may not have commas as part of the nodes, but in practice almost all CSS functions take comma-separated lists of arguments. It would be nice to have some kind of API to make it easier to access these, possibly as a list of ParsedValues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant