-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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.