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