Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 573 Bytes

AstSubstitution.md

File metadata and controls

27 lines (15 loc) · 573 Bytes

css-selector-parser / Exports / AstSubstitution

Interface: AstSubstitution

Substitution is not part of CSS spec, but rather a useful extension on top of CSS if you need to pass variables. Generated by ast.substitution.

Table of contents

Properties

Properties

name

name: string

Substitution name (i.e. "var" in case of "[role=$var]" or ":lang($var)").


type

type: "Substitution"