Repository URL to install this package:
|
Version:
1.2.10 ▾
|
"use strict";
Object.defineProperty(exports, '__esModule', {
value: true
}); // eslint-disable-next-line
exports.default = void 0;
const _preprocessUtils = require("./preprocessUtils");
function _default(cssArr, interpolationNodes) {
return (0, _preprocessUtils.convertOutputToBabelTypes)((0, _preprocessUtils.preprocessHelper)(cssArr, interpolationNodes, function (x) {
return '{' + x + '}';
}, // no namespace
'', // fix globals
true));
}
exports.default = _default;