compose-multiplatform
compose-multiplatform copied to clipboard
Compose HTML: add `StyleScope.inset` extension functions
From https://developer.mozilla.org/en-US/docs/Web/CSS/inset:
The
insetCSS property is a shorthand that corresponds to thetop,right,bottom, and/orleftproperties.
Testing
I didn't add tests yet as I see there are no tests for the existing inset functions such as StyleScope.top.
Release Notes
Features - HTML library
- Add
StyleScope.insetextension functions