div {
  a: false;
  b: "ho";
  b: "hey";
  a: false and "hey";
  b: "hey" and "ho";
  b: hey;
}
