Merge branch 'master' of https://github.com/connorskees/grass
This commit is contained in:
commit
b07b26c871
29
.github/ISSUE_TEMPLATE/incorrect-sass-output.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/incorrect-sass-output.md
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Incorrect SASS Output
|
||||
about: There exists a differential between the output of grass and dart-sass
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: connorskees
|
||||
|
||||
---
|
||||
|
||||
**Minimal Reproducible Example**:
|
||||
```
|
||||
a {
|
||||
color: red;
|
||||
}
|
||||
```
|
||||
|
||||
**`grass` Output**:
|
||||
```
|
||||
a {
|
||||
color: red;
|
||||
}
|
||||
```
|
||||
|
||||
**`dart-sass` Output**:
|
||||
```
|
||||
a {
|
||||
color: red;
|
||||
}
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user