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.
1 parent 8c58434 commit 7c2e97aCopy full SHA for 7c2e97a
lib/input.js
@@ -167,6 +167,7 @@ class Input {
167
if (fileURLToPath) {
168
result.file = fileURLToPath(fromUrl)
169
} else {
170
+ // istanbul ignore next
171
throw new Error(`file: protocol is not available in this PostCSS build`);
172
}
173
lib/map-generator.js
@@ -205,6 +205,7 @@ class MapGenerator {
205
if (pathToFileURL) {
206
return pathToFileURL(node.source.input.from).toString()
207
208
209
throw new Error('`map.absolute` option is not available in this PostCSS build')
210
211
0 commit comments