@openlettermarketing/olc-vue-sdk
Version:
Simplify template builder integration for any product.
26 lines (16 loc) • 1.2 kB
CSS
import API from "!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js";
import domAPI from "!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js";
import insertFn from "!../../../node_modules/style-loader/dist/runtime/insertBySelector.js";
import setAttributes from "!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js";
import insertStyleElement from "!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js";
import styleTagTransformFn from "!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js";
import content, * as namedExport from "!!../../../node_modules/css-loader/dist/cjs.js!./react-sdk.e38ce0be.css";
var options = {};
options.styleTagTransform = styleTagTransformFn;
options.setAttributes = setAttributes;
options.insert = insertFn.bind(null, "head");
options.domAPI = domAPI;
options.insertStyleElement = insertStyleElement;
var update = API(content, options);
export * from "!!../../../node_modules/css-loader/dist/cjs.js!./react-sdk.e38ce0be.css";
export default content && content.locals ? content.locals : undefined;