CssIDRule

ostrat.pWeb.CssIDRule
See theCssIDRule companion class
object CssIDRule

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CssIDRule.type

Members list

Value members

Concrete methods

def apply(classStr: String, props: RArr[CssDecs]): CssIDRule

Factory apply method to create rule for single CSS ID with RArr of CssDecs. There is a name overload which takes repeat parameters of CssDecs.

Factory apply method to create rule for single CSS ID with RArr of CssDecs. There is a name overload which takes repeat parameters of CssDecs.

Attributes

def apply(classStr: String, props: CssDecs*): CssIDRule

Factory apply method to create rule for single CSS ID with RArr of CssDecs. There is a name overload which takes an RArr of CssDecs.

Factory apply method to create rule for single CSS ID with RArr of CssDecs. There is a name overload which takes an RArr of CssDecs.

Attributes