{"version":3,"file":"circle-text-path/style-index.css","mappings":";;;AAAA;;;;;EAAA;AAOA;EACC;EAEA;EACA;AADD;AAGC;EACC;EACA;AADF;AAIC;EACC;EAAA;EACA;EAAA;EACA;AAFF;AAIE;EACC;EACA;EACA;EACA;AAFH;;AAOA;EACC;IACC;EAJA;EAMD;IACC;EAJA;AACF,C","sources":["webpack://wpopus/./src/circle-text-path/style.scss"],"sourcesContent":["/**\n * The following styles get applied both on the front of your site\n * and in the editor.\n *\n * Replace them with your own styles or remove the file completely.\n */\n\n.wp-block-wpopus-circle-text-path {\n\t--wpopus-circle-text-size: 200px;\n\n\tborder-radius: 50%;\n\tdisplay: inline-block;\n\t\n\t&.is-rotating {\n\t\tanimation: wpopus-infinite-rotate 20s linear infinite;\n\t\ttransform-origin: center center;\n\t}\n\n\t.wpopus-circle-text-path-wrapper {\n\t\theight: max-content;\n\t\twidth: max-content;\n\t\tline-height: 1;\n\n\t\tsvg {\n\t\t\tfill: currentColor;\n\t\t\ttransform-origin: center;\n\t\t\theight: var(--wpopus-circle-text-size);\n\t\t\twidth: var(--wpopus-circle-text-size);\n\t\t}\n\t}\n}\n\n@keyframes wpopus-infinite-rotate {\n\tfrom {\n\t\ttransform: rotate(0deg);\n\t}\n\tto {\n\t\ttransform: rotate(360deg);\n\t}\n}\n"],"names":[],"sourceRoot":""}