We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e3d5c commit 9b8f73cCopy full SHA for 9b8f73c
packages/@css-blocks/broccoli/src/Analyze.ts
@@ -72,7 +72,7 @@ export class CSSBlocksAnalyze extends BroccoliPlugin {
72
let blockCompiler = new BlockCompiler(postcss, options);
73
let optimizer = new Optimizer(this.optimizationOptions, this.analyzer.optimizationOptions);
74
75
- let isBlockFile = minimatch.makeRe("**/*.block.*");
+ let isBlockFile = minimatch.makeRe("**/{*.block.*,stylesheet.*}");
76
77
// Test if anything has changed since last time. If not, skip all analysis work.
78
let newFsTree = FSTree.fromEntries(walkSync.entries(input));
0 commit comments