1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Fix typo in styles.js

Resolves #125
This commit is contained in:
Chauncey McAskill
2022-08-12 14:03:55 -04:00
committed by GitHub
parent a385f6ed11
commit 4bdaa5d085

View File

@@ -231,7 +231,7 @@ function createPostCSSProcessor(pluginsListOrMap, options)
*/
async function purgeUnusedCSS(outfile, label) {
label = label ?? basename(outfile);
const timeLabel = `${filestem}.css purged in`;
const timeLabel = `${label} purged in`;
console.time(timeLabel);
const purgeCSSContentFiles = Array.from(loconfig.tasks.purgeCSS.content);