We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FIT_CONTENT
1 parent fb90a59 commit f1dab7eCopy full SHA for f1dab7e
1 file changed
compose-html-common/src/jsMain/kotlin/com/huanshankeji/compose/web/css/StyleScope.kt
@@ -8,4 +8,5 @@ fun StyleScope.width(value: String) =
8
fun StyleScope.height(value: String) =
9
property("height", value)
10
11
+@Deprecated("Use the style functions in `com.varabyte.kobweb.compose.css` with `FitContent` instead.")
12
const val FIT_CONTENT = "fit-content"
0 commit comments