const css = (styleString) => { const style = document.createElement("style"); style.textContent = styleString.join("\n"); document.head.append(style); }; /** * # Class to add IncNut Checkout functionality * ## Usage * ### 1. Load this script to your project * - You can do this in 2 ways: * - Copy this code into your project to a new file * - Add the tag `