Skip to content

Commit 32854ce

Browse files
committed
Export cssVariablesOnly
1 parent 00cd8a5 commit 32854ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ Builder.prototype.build = function(options) {
308308
const cssVariablesSource = oCSSVariablesCollector.toLessVariables(varsOverride);
309309
// eslint-disable-next-line no-unused-vars
310310
const cssVariablesOnly = oCSSVariablesCollector.getCssVariablesDeclaration();
311-
// TODO: export cssVariablesOnly so that it can be written as css_variables_only.less
312311

313312
let cssSkeletonRtl;
314313
if (oRTL) {
@@ -334,6 +333,7 @@ Builder.prototype.build = function(options) {
334333
result.cssSkeletonRtl = cssSkeletonRtl;
335334
}
336335
result.cssVariablesSource = cssVariablesSource;
336+
result.cssVariablesOnly = cssVariablesOnly;
337337
}
338338
}
339339

0 commit comments

Comments
 (0)