Skip to content

Refactor Parser #1

@quickredfox

Description

@quickredfox

This parser is not flexible enough and does'nt understand / cannot parse values therefore no way to support rgba and gradients....

The Parser should be able to understand units, do conversions and minor calculations.
Thusly, it should tokenize the css and allow developers to write "plugins" or processors for any kind of token. In order to do this, I will have to dive deep into W3C spec paradise and support various declaration signatures ;)

The approach here should be a parser that understand ONLY valid CSS and rejects anything else. I notice a trend where ppl try to support ie hacky sytax etc etc but the purpose of this lib is to generate all that for you so it would be IMHO illogical to allow invalid input, other libs do that.

This "issue" is a mental note.

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