menu
webf package
documentation
css.dart
TokenizerHelpers
isIdentifierPart static method
isIdentifierPart static method
dark_mode
light_mode
isIdentifierPart
static method
bool
isIdentifierPart
(
int
c
)
Implementation
static bool isIdentifierPart(int c) { return isIdentifierPartExpr(c) || c == 45 /*-*/; }
webf package
documentation
css
TokenizerHelpers
isIdentifierPart static method
TokenizerHelpers class