ostrat.pWeb.CssClassesRule
See theCssClassesRule companion object
class CssClassesRule(val classStr: String, val decsArr: RArr[CssDecs]) extends CssRule
CSS rule for classes.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
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:
- CssRule
The CSS output.
This method returns the HTML output code, but also information for the parent XML / HTML element. The class should not add any indentation to its first line. This is the responsibility of the parent element.
In this article