Skip to content

Commit

Permalink
revert(style-compiler)
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao committed Sep 4, 2023
1 parent 27d3e23 commit 56151a4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/devextreme/build/gulp/styles/style-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit 56151a4

Please sign in to comment.