.exclamation {
  --important: value !important;
  --multiple: !important !important;
  --other-word: !something;
  --in-identifier: foo!bar;
  --just-exclam: !;
  --just-exclams: !!!!!!!;
}
