We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cd8a5 commit 32854ceCopy full SHA for 32854ce
lib/index.js
@@ -308,7 +308,6 @@ Builder.prototype.build = function(options) {
308
const cssVariablesSource = oCSSVariablesCollector.toLessVariables(varsOverride);
309
// eslint-disable-next-line no-unused-vars
310
const cssVariablesOnly = oCSSVariablesCollector.getCssVariablesDeclaration();
311
- // TODO: export cssVariablesOnly so that it can be written as css_variables_only.less
312
313
let cssSkeletonRtl;
314
if (oRTL) {
@@ -334,6 +333,7 @@ Builder.prototype.build = function(options) {
334
333
result.cssSkeletonRtl = cssSkeletonRtl;
335
}
336
result.cssVariablesSource = cssVariablesSource;
+ result.cssVariablesOnly = cssVariablesOnly;
337
338
339
0 commit comments