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