The min-inline-size CSS property defines the horizontal or vertical minimal size of an element’s block, depending on its writing mode. It corresponds to either the {{cssxref(“min-width”)}} or the {{cssxref(“min-height”)}} property, depending on the value of {{cssxref(“writing-mode”)}}.
pub const auto_: #(String, String)
auto value of min-inline-size
pub const fit_content: #(String, String)
fit-content value of min-inline-size
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const intrinsic: #(String, String)
intrinsic value of min-inline-size
pub const max_content: #(String, String)
max-content value of min-inline-size
pub const min_content: #(String, String)
min-content value of min-inline-size
pub const min_intrinsic: #(String, String)
min-intrinsic value of min-inline-size
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for min-inline-size
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const stretch: #(String, String)
stretch value of min-inline-size
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for min-inline-size.
It will be wrapped in var() and have -- prepended.