@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
Preparing search index...
node
AstInvalidAtRule
Interface AstInvalidAtRule
invalid at rule node
interface
AstInvalidAtRule
{
chi
?:
AstNode
[]
;
loc
?:
Location
;
nam
:
string
;
parent
?:
any
;
tokens
?:
null
|
Token
[]
;
typ
:
InvalidAtRuleTokenType
;
val
:
string
;
}
Hierarchy (
View Summary
)
BaseToken
AstInvalidAtRule
Index
Properties
chi?
loc?
nam
parent?
tokens?
typ
val
Properties
Optional
chi
chi
?:
AstNode
[]
Optional
loc
loc
?:
Location
location info
nam
nam
:
string
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
null
|
Token
[]
prelude or selector tokens
typ
typ
:
InvalidAtRuleTokenType
token type
val
val
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chi
loc
nam
parent
tokens
typ
val
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
Loading...
invalid at rule node