Represents a CSS3 Pseudo-element such as "::before", "::after", "::first-letter", "::first-line", and "::placeholder". "::placeholder" is NOT supported by IE as of July 11 2019.
| Modifiers | Name | Description |
|---|---|---|
static class |
PseudoElement.StyleGroup |
Only here to restrict the DSL so that pseudo-element is used properly. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
PseudoElement |
mod(PseudoClass other)Allows this to be chainable to pseudo-classes. |
|
StyleGroup |
mod(StyleGroup other)Allows this to be chainable to pseudo-classes. |
|
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class PseudoClass |
mod, toString |
Allows this to be chainable to pseudo-classes.
Allows this to be chainable to pseudo-classes.