Feuille de triche de syntaxe SASS

.markdown-body {
  a {
    color: blue;
    &:hover {
      color: red;
    }
  }
}
Tender Teira