324 B
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;
}