Search
Search something to see results
@tbela99/css-parser
Benchmark
Docs
Playground
GitHub
@tbela99/css-parser
/
node
/
AndToken
AndToken
Media feature and token
interface
AndToken
{
loc
?:
Location
;
parent
?:
any
;
tokens
?:
Token
[]
|
null
;
typ
:
AndTokenType
;
}
Hierarchy (
View Summary
)
BaseToken
AndToken
Index
Properties
node.AndToken.loc
node.AndToken.parent
node.AndToken.tokens
node.AndToken.typ
Properties
Optional
loc
loc
?:
Location
location info
Optional
parent
parent
?:
any
parent node
Optional
tokens
tokens
?:
Token
[]
|
null
prelude or selector tokens
typ
typ
:
AndTokenType
token type
Media feature and token