StyleS

final case class StyleS(data: SortedMap[Cond, AVs], unsafeExts: UnsafeExts, className: Option[ClassName], addClassNames: Vector[ClassName], warnings: Vector[Warning]) extends Style1

A static style.

Value Params
addClassNames

Additional class names to be appended to the resulting StyleA. Allows ScalaCSS styles to use classname-based CSS libraries like Bootstrap.

className

Manually specifies this style's class name. By default it is automatically generated.

Companion
object
trait Serializable
trait Product
trait Equals
class Style1
trait Style
class Object
trait Matchable
class Any

Value members

Concrete methods

def compose(r: StyleS)(implicit c: Compose): StyleS
def compose[I](r: StyleF[I])(implicit c: Compose): StyleF[I]
def compose[I](r: P[I])(implicit c: Compose): P[I]
def inspect: String
override def toString: String
Definition Classes
Any

Inherited methods

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