PixelStyle

scalatags.generic.PixelStyle
case class PixelStyle(jsName: String, cssName: String)

Wraps up a CSS style in a value.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object fontSize.type
object margin.type

Members list

Value members

Concrete methods

def :=[Builder, T](v: T)(implicit ev: PixelStyleValue[Builder, T]): StylePair[Builder, _]

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields