| Interface | Description |
|---|---|
| AtRuleBlock |
The block of an
AtRule. |
| AtRuleExpression |
The expression of an
AtRule. |
| AtRuleMember |
Either an
AtRuleExpression or an AtRuleBlock. |
| Class | Description |
|---|---|
| AbstractAtRuleMember |
Base class for
AtRuleMembers. |
| AtRule |
Represents one of the CSS at-rules, such as
@media, @charset, @keyframes, etc... |
| FontDescriptor |
Represents one of the
FontFaceBlock font-descriptors (src, font-weight, font-style, etc...). |
| FontFaceBlock |
Represents the block of a font-face at-rule.
|
| GenericAtRuleBlock |
A generic wrapper containing a list of statements.
|
| GenericAtRuleExpression |
A generic
AtRuleExpression value. |
| MediaQuery |
Represents a media query.
|
| MediaQueryExpression |
Represents a media query expression.
|
| MediaQueryList |
Represents a list of media queries.
|
| MetadataExpression |
Represents an expression that should never be written out.
|
| Enum | Description |
|---|---|
| MediaRestriction |
For media queries, represents the keywords 'and' and 'or'.
|
Copyright (c) 2019, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE file in the repository.