grass/.github/ISSUE_TEMPLATE/incorrect-sass-output.md
2020-04-19 22:31:59 -04:00

324 B

name about title labels assignees
Incorrect SASS Output There exists a differential between the output of grass and dart-sass bug connorskees

Minimal Reproducible Example:

a {
  color: red;
}

grass Output:

a {
  color: red;
}

dart-sass Output:

a {
  color: red;
}