.bar {
  /* comment
            indentation
                   even more
       a bit less
   minimal */
  color: blue;
  > * {
    color: red; }
  * {
    color: orange; } }