BigW Consortium Gitlab

lint.scss 141 Bytes
.ci-body {
  .incorrect-syntax {
    font-size: 19px;
    color: red;
  }
  .correct-syntax {
    font-size: 19px;
    color: #47a447;
  }
}