abstract class Standalone extends Base
A standalone stylesheet has the following properties:
- Intent is to generate static CSS for external consumption.
- It is comparable to SCSS/LESS.
- Styles go into a pool of registered styles when they are declared and return
Unit
. - Style class names / CSS selectors must be provided.
- Only static styles (StyleS) are usable.
- Alphabetic
- By Inheritance
- Standalone
- Base
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final class NestedStringOps extends ChainOps[NestedStringOps]
- Attributes
- protected
- implicit final class RootStringOps extends ChainOps[RootStringOps]
- Attributes
- protected
- Annotations
- @inline()
Value Members
- object dsl extends DslBase
- Attributes
- protected
- Definition Classes
- Base
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def &(sel: CssSelector): NestedStringOps
Create a child style.
Create a child style.
- Attributes
- protected
- Annotations
- @inline()
- final def &: Cond
- Attributes
- protected
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val classNameHint: ClassNameHint
- Attributes
- protected
- Definition Classes
- Base
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def css(implicit env: Env): Css
- Definition Classes
- Base
- implicit val cssRegister: Register
- Attributes
- protected
- Definition Classes
- Standalone → Base
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def render[Out](implicit r: Renderer[Out], env: Env): Out
Render registered styles into some format, usually a String of plain CSS.
Render registered styles into some format, usually a String of plain CSS.
- env
The target environment in which the styles are to be used. Allows customisation of required CSS.
- Definition Classes
- Base
- final def renderA[Out](implicit r: Renderer[Out]): Out
Render registered styles into some format, usually a String of plain CSS.
- final def styles: Vector[StyleA]
- Definition Classes
- Base
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()