CssRule

ostrat.pWeb.CssRule
See theCssRule companion trait
object CssRule

Attributes

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

Members list

Value members

Concrete methods

def apply(selecIn: String, propsIn: RArr[CssDecs]): CssRule

Factory apply method for CSS rule. There is an apply overload where the CSSDecs are passed as repeat parameters.

Factory apply method for CSS rule. There is an apply overload where the CSSDecs are passed as repeat parameters.

Attributes

def apply(selecIn: String, propsIn: CssDecs*): CssRule

Factory apply method for CSS rule. There is an apply overload where the CSSDecs are passed as an RArr.

Factory apply method for CSS rule. There is an apply overload where the CSSDecs are passed as an RArr.

Attributes