Reports an invalid custom property name. Custom property name should be prefixed with two dashes.

Example:


@property invalid-property-name {
  ...
}

@property --valid-property-name {
  ...
}