diff --git a/tools/gulp/tasks/components.ts b/tools/gulp/tasks/components.ts index 93fd0b2900f7..9fbbc7a12ccb 100644 --- a/tools/gulp/tasks/components.ts +++ b/tools/gulp/tasks/components.ts @@ -22,6 +22,7 @@ const tsconfigPath = path.join(COMPONENTS_DIR, 'tsconfig.json'); /** Asset files to be added to the components output. */ const assetFiles = [ path.join(COMPONENTS_DIR, '**/*.html'), + path.join(COMPONENTS_DIR, '**/*.scss'), path.join(COMPONENTS_DIR, 'package.json'), path.join(PROJECT_ROOT, 'README.md'), path.join(PROJECT_ROOT, 'LICENSE'),