Skip to content

Commit c57fb13

Browse files
committed
Added SCSS compiling option to seed.config
1 parent e723f52 commit c57fb13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/config/seed.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,13 @@ export class SeedConfig {
241241
*/
242242
CODELYZER_RULES = customRules();
243243

244+
/**
245+
* The flag to enable handling of SCSS files
246+
* The default value is false. Override with the '--scss' flag.
247+
* @type {boolean}
248+
*/
249+
ENABLE_SCSS = argv['scss'] || false;
250+
244251
/**
245252
* The list of NPM dependcies to be injected in the `index.html`.
246253
* @type {InjectableDependency[]}

0 commit comments

Comments
 (0)