CSS min-inline-size Property Reference

The CSS min-inline-size property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

CSS min-inline-size Property Reference

The CSS min-inline-size property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

min-inline-size overview

The CSS min-inline-size property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

min-inline-size formal syntax
FieldValue
Formal syntax<'min-width'>
Initial value0
Applies tosameAsWidthAndHeight
InheritedNo
PercentagesinlineSizeOfContainingBlock
Computed valuesameAsMinWidthAndMinHeight
Animation typelpc
Mediavisual
Specification groupCSS Logical Properties and Values
StatusStandard

Practical examples

These declarations demonstrate valid ways to set min-inline-size. The initial and inherit global keywords remain available even when a property-specific value is preferable.

min-inline-size live example
CSS .reset-example { min-inline-size: initial; } .inherit-example { min-inline-size: inherit; } @supports (min-inline-size: initial) { .supported { min-inline-size: initial; } }

Description

The CSS min-inline-size property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: min-inline-size
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies