CascadingStyleSheet

abstract class CascadingStyleSheet(implicit sourceName: FullName) extends StyleSheet with StyleSheetTags

A StyleSheet which lets you define cascading tag/class selectors. Separate from StyleSheet because you almost never need these things, so it's good to make it explicit when you do to prevent accidental cascading.

class Object
trait Matchable
class Any

Value members

Inherited methods

def allClasses: Seq[Cls]
Inherited from
StyleSheet
def customSheetName: Option[String]

The name of this CSS stylesheet. Defaults to the name of the trait, but you can override

The name of this CSS stylesheet. Defaults to the name of the trait, but you can override

Inherited from
StyleSheet
def styleSheetText: String
Inherited from
StyleSheet