@redocly/theme
Version:
Shared UI components lib
6 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCssColorVariable = void 0;
const getCssColorVariable = (color, defaultValue = 'currentColor') => ((color === null || color === void 0 ? void 0 : color.startsWith('--')) ? `var(${color})` : color || defaultValue);
exports.getCssColorVariable = getCssColorVariable;
//# sourceMappingURL=css-variables.js.map