tree-sitter / tree-sitter-css

CSS grammar for Tree-sitter
MIT License
85 stars 34 forks source link

Transitioned properties scoped as plain_value #7

Closed chbk closed 1 year ago

chbk commented 4 years ago
div {
  transition: width 2s ease;
  transition-property: opacity;
}

Transitioned properties (width, opacity, etc.) should be property_name instead of plain_value.

Mozilla documentation.