Closed josevictorferreira closed 1 week ago
Thanks for your PR! I see you're still pushing some fixes, do you think you have additional fixes to do, or is it OK as is?
I think it's OK, those are the only issues I've stumbled upon. The rest of the library is working great!
Thank you!
This PR fixes 3 issues with CSS generation using "sketch_css":
z_index(100)
was generated with the property namez_index
instead ofz-index
.opacity(1.0)
generated asopacity: ;
.width(percent(100))
being generated aswidth: 100percent
instead ofwidth: 100%
.