Hi! I am new to open source contribution and would like to take on this issue:
Hi @kastolars :) Happy to see your interest in css-inline
.
I think the best way to start would be to extend the InlineOptions
struct with a new bool
option - https://github.com/Stranger6667/css-inline/blob/master/css-inline/src/lib.rs#L63 (together with a relevant builder function)
Then check whether this option is enabled before this line - https://github.com/Stranger6667/css-inline/blob/master/css-inline/src/lib.rs#L302. I.e. if it is disabled, then we go the old way. otherwise, we need to insert more values into attributes
I'd be happy to provide more details on any of these :) Also, if you'd like to open a WIP pull request with this issue (any state of readiness), then I'll review the changes as soon as I can