.simple-value {
  --without-semicolon: value
;
}

.bracketed-value {
  --without-semicolon: {
    a: b
  }
;
}
