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.
console
1 parent 35dee96 commit b1b90caCopy full SHA for b1b90ca
1 file changed
src/plugins/postcss-url-parser.js
@@ -231,7 +231,5 @@ export default postcss.plugin(pluginName, (options) => async (css, result) => {
231
decl.value = parsed.toString();
232
}
233
234
- console.timeEnd('URL');
235
-
236
return Promise.resolve();
237
});
0 commit comments