8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0530194 + 83edcab commit 88de4b1Copy full SHA for 88de4b1
README.md
@@ -42,23 +42,16 @@ _example_:
42
{
43
"format": "compact",
44
"input": [
45
- "tests/shared-fixtures/scss"
+ "tests/shared-fixtures/compass/app.scss"
46
],
47
- "output": "var/cache/assets/scss.css"
+ "output": "var/cache/assets/compass.css"
48
},
49
50
51
52
"tests/shared-fixtures/sass"
53
54
"output": "var/cache/assets/sass.css"
55
- },
56
- {
57
- "format": "compact",
58
- "input": [
59
- "tests/shared-fixtures/compass/app.scss"
60
- ],
61
- "output": "var/cache/assets/compass.css"
62
}
63
]
64
0 commit comments