Skip to content

Feature request: easier access to function arguments #70

@nex3

Description

@nex3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions