body
  margin: 0

  ul
    margin: 0
    /* toss in a comment here */

    li
      list-style: none

      a
        color: blue
        text-decoration: none

        &:hover
          color: green
