Object

scalacss.internal.Attrs

minWidth

Related Doc: package Attrs

Permalink

object minWidth extends TypedAttr_MinLength

The min-width CSS property is used to set the minimum width of a given element. It prevents the used value of the width property from becoming smaller than the value specified for min-width.

See also

MDN

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. minWidth
  2. TypedAttr_MinLength
  3. ZeroLit
  4. TypedAttrT1
  5. TypedAttrBase
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def 0: AV

    Permalink

    The digit zero.

    The digit zero. "0".

    Definition Classes
    ZeroLit
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def apply(v: ValueT[LenPct]): AV

    Permalink
    Definition Classes
    TypedAttrT1
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val attr: Attr

    Permalink
    Definition Classes
    TypedAttr_MinLengthTypedAttrBase
  8. def attr2: (Transform) ⇒ Attr

    Permalink
    Attributes
    protected
    Definition Classes
    minWidthTypedAttr_MinLength
  9. final def auto: AV

    Permalink
    Definition Classes
    TypedAttr_MinLength
  10. def av(v: Value): AV

    Permalink
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  11. def avl(v: Literal): AV

    Permalink
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def containFloats: AV

    Permalink
    Definition Classes
    TypedAttr_MinLength
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def fillAvailable: AV

    Permalink
    Definition Classes
    TypedAttr_MinLength
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def fitContent: AV

    Permalink
    Definition Classes
    TypedAttr_MinLength
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def inherit: AV

    Permalink

    The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element.

    The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

    For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.

    Definition Classes
    TypedAttrBase
  22. def initial: AV

    Permalink

    The initial CSS keyword applies the initial value of a property to an element.

    The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

    Definition Classes
    TypedAttrBase
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def maxContent: AV

    Permalink
    Definition Classes
    TypedAttr_MinLength
  25. final def minContent: AV

    Permalink
    Definition Classes
    TypedAttr_MinLength
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    TypedAttrBase → AnyRef → Any
  31. def unset: AV

    Permalink

    The unset CSS keyword is the combination of the initial and inherit keywords.

    The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

    Definition Classes
    TypedAttrBase
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypedAttr_MinLength

Inherited from ZeroLit

Inherited from TypedAttrT1[LenPct]

Inherited from TypedAttrBase

Inherited from AnyRef

Inherited from Any

Ungrouped