Skip to content

Commit 2555632

Browse files
committed
chore: Code comment.
1 parent a492f4f commit 2555632

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@css-blocks/ember-app/runtime/app/services/css-blocks.ts

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ export default class CSSBlocksService extends Service {
7474
return result;
7575
}
7676

77+
/**
78+
* Returns the list of optimization outputs that mention
79+
* any style applied to the element.
80+
*/
7781
getPossibleOptimizations(stylesApplied: Set<number>): Array<OptimizationEntry> {
7882
let optimizations: Array<number> = [];
7983
for (let style of stylesApplied) {

0 commit comments

Comments
 (0)