StyleA

final case class StyleA(className: ClassName, addClassNames: Vector[ClassName], style: StyleS)

Applicable style.

A style that needs no more processing and can be applied to some target.

Value Params
addClassNames

Additional class names that the style has requested be appended. Allows ScalaCSS styles to use classname-based CSS libraries like Bootstrap.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(s: StyleA)(implicit c: Compose): StyleA
def selector: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val htmlClass: String

Value to be applied to a HTML element's class attribute.

Value to be applied to a HTML element's class attribute.