BigW Consortium Gitlab

lint.scss 141 Bytes
Newer Older
1
.ci-body {
2
  .incorrect-syntax {
3 4 5
    font-size: 19px;
    color: red;
  }
6
  .correct-syntax {
7 8 9 10
    font-size: 19px;
    color: #47a447;
  }
}