CssRule

ostrat.pWeb.CssRule
See theCssRule companion object
trait CssRule extends CssRuleLike

Css Rule consisting of selector plus a set of declarations.

Attributes

Companion
object
Graph
Supertypes
trait CssRuleLike
class Object
trait Matchable
class Any
Known subtypes
class CssBody
class CssButton
class CssCanvas
class CssCode
class CssH1
class CssIDRule
class CssOl
class CssP
class CssSvg
Show all

Members list

Value members

Abstract methods

The CSS declarations of this rule.

The CSS declarations of this rule.

Attributes

def selec: String

The selector String for the CSS rule.

The selector String for the CSS rule.

Attributes

Concrete methods

def decsStr(indent: Int): String

The inner String of the this rules declarations.

The inner String of the this rules declarations.

Attributes

override def isMultiLine: Boolean

Outputs to a single line if the rule has 2 or more declarations.

Outputs to a single line if the rule has 2 or more declarations.

Attributes

Definition Classes
override def out(indent: Int): String

The CSS output.

The CSS output.

Attributes

Definition Classes