parser-lib
parser-lib copied to clipboard
Support parsing transform-function, transition-timing-function, etc in detail?
Are there any plans to support parsing (and validating) properties like transition and transform? I need this for a project, so I'm just wondering if there is a specific reason it is not supported. If not, I'm happy to contribute.
Same goes for the content of calc-function etc. These are fully specced, and the different functions expect specific arguments, so I guess it would be logical to support this.
The specific reason is that I've not had the time to do it. If you'd like to make a PR, I'm happy to review.