TimeUnits

trait TimeUnits[T[_]] extends CalcUnits[T]
trait CalcUnits[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

protected def derivedStyle[A](encode: A => String): T[A]
protected def encodeCalcValue(exp: String): String

Encode / sanitize value to put inside calc() function

Encode / sanitize value to put inside calc() function

Inherited from:
DerivedStylePropBuilder
protected def encodeUrlValue(url: String): String

Encode / sanitize value to put inside url() function

Encode / sanitize value to put inside url() function

Inherited from:
DerivedStylePropBuilder

Concrete fields

lazy val ms: T[Double]

Milliseconds

Milliseconds

lazy val s: T[Double]

Seconds

Seconds

Inherited fields

lazy val calc: T[String]

Wrap the provided expression in CSS calc() function.

Wrap the provided expression in CSS calc() function.

See also:
Inherited from:
CalcUnits