div {
  a: unquote("foo");
  b: unquote("I'm a \"fashion\" \"expert\".");
  c: unquote(\"wha);
  d: unquote("column1\tcolumn2");
  e: unquote(23+1);
}
