marianoguerra/css/kind does not have a README file
pub(all) enum ErrorKind {
UnexpectedEof
UnterminatedString
UnterminatedComment
UnterminatedUrl
BadUrl
UnexpectedCloser(String)
UnclosedBlock(String)
BadSelector
DanglingCombinator
BadAttributeSelector
BadPseudoClass(String)
BadAnB
ExpectedColon
EmptyValue
ImportantNotLast
BadBang
BadDeclaration
BadAtRuleShape(String)
UnknownAtRule(String)
BadAtRulePrelude(String)
BadMediaQuery
BadSupportsCondition
MixedLogicalOps
BadKeyframeSelector
DeclarationAtTopLevel
RuleInDeclarationContext
Unexpected(String)
} derive(Eq, Debug)Install
Download zipA semantic CSS syntax tree for MoonBit: a tolerant parser, a printer with pretty, compact and minified modes, and structured diagnostics
Dependencies