Skip to content

Commit 006cc0f

Browse files
author
Timothy Lindvall
committed
fix: Comment should say Style not BlockClass.
1 parent 294f0be commit 006cc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@css-blocks/core/src/BlockParser/features/add-preset-selectors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function addPresetSelectors(configuration: Configuration, root: postcss.R
4242
);
4343
}
4444

45-
// And add its value to the corresponding BlockClass node.
45+
// And add its value to the corresponding Style node.
4646
const parsedSelectors = block.getParsedSelectors(rule);
4747
parsedSelectors.forEach(sel => {
4848
const styleTarget = getStyleTargets(block, sel.key);

0 commit comments

Comments
 (0)