Skip to content

Commit cafb6c6

Browse files
committed
fix: 🐛 better missing postcss message
Closes: #301
1 parent 4446571 commit cafb6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autoProcess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export function sveltePreprocess(
272272
map = transformed.map;
273273
} else if ('global' in attributes) {
274274
console.warn(
275-
`[svelte-preprocess] 'global' attribute found, but 'postcss' is not installed.`,
275+
`[svelte-preprocess] 'global' attribute found, but 'postcss' is not installed. 'postcss' is used to walk through the CSS and transform any necessary selector.`,
276276
);
277277
}
278278

0 commit comments

Comments
 (0)