CssParseError
A collection of CSS parse error codes.
ColonMissing = 19
An expected colon is missing.
EOF = 0
Unexpected end of file detected.
IdentExpected = 20
An expected identifier could not be found.
InputUnexpected = 21
An given input has not been expected.
InvalidBlockStart = 17
No block can start at the current position.
InvalidCharacter = 16
The provided character is not valid at the given position.
InvalidKeyframe = 49
The provided keyframe selector is invalid.
InvalidSelector = 48
The provided selector is invalid.
InvalidToken = 18
The given token is not valid at the current position.
InvalidValue = 65
The value is invalid and cannot be used.
LineBreakUnexpected = 22
This position does not support a linebreak (LF, FF).
UnknownAtRule = 32
The name of the @-rule is unknown.
The name of the declaration is unknown.
ValueMissing = 64
The value of the declaration could not be found.