BigW Consortium Gitlab

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