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