MediaMinWidth

ostrat.pWeb.MediaMinWidth
abstract class MediaMinWidth(val qVal: CssVal) extends CssMedia

CSS min-width media query.

Attributes

Graph
Supertypes
class CssMedia
trait CssRuleLike
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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
Inherited from:
CssMedia
override def out(indent: Int): String

The CSS output.

The CSS output.

Attributes

Definition Classes
Inherited from:
CssMedia
def rulesOut(indent: Int): String

Attributes

Inherited from:
CssRulesHolder

Inherited and Abstract methods

override def rules: RArr[CssRule]

The CSS rules.

The CSS rules.

Attributes

Definition Classes
Inherited from:
CssMedia

Concrete fields

val qVal: CssVal

Inherited fields

Attributes

Inherited from:
CssMedia