Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/modules / ___dist / babel-plugin-styled-components / src / css / preprocessInjectGlobal.js
Size: Mime:
"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;