From 56151a4a555ea9099e8afbf39d822a43b43daae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marker=20dao=20=C2=AE=20=7C=20Roman=20Ty?= Date: Fri, 1 Sep 2023 16:10:24 +0400 Subject: [PATCH] revert(style-compiler) --- .../build/gulp/styles/style-compiler.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/devextreme/build/gulp/styles/style-compiler.js b/packages/devextreme/build/gulp/styles/style-compiler.js index 091ce0e3cabd..b22889353fcf 100644 --- a/packages/devextreme/build/gulp/styles/style-compiler.js +++ b/packages/devextreme/build/gulp/styles/style-compiler.js @@ -21,16 +21,16 @@ const starLicense = require('../header-pipes').starLicense; const cssArtifactsPath = join(process.cwd(), 'artifacts', 'css'); const DEFAULT_DEV_BUNDLE_NAMES = [ - // 'light', - // 'light.compact', - // 'dark', - // 'contrast', + 'light', + 'light.compact', + 'dark', + 'contrast', 'material.blue.light', - // 'material.blue.light.compact', - // 'material.blue.dark', - // 'fluent.blue.light', - // 'fluent.blue.light.compact', - // 'fluent.blue.dark', + 'material.blue.light.compact', + 'material.blue.dark', + 'fluent.blue.light', + 'fluent.blue.light.compact', + 'fluent.blue.dark', ]; const getBundleSourcePath = name => `scss/bundles/dx.${name}.scss`;