You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a configuration key to disable inline styles appending to <head>?
Every time BuyButton.js initializes it places a <style> element after my stylesheets, making it harder to override. I’d rather get rid of the tag entirely.
Is there a configuration key to disable inline styles appending to
<head>
?Every time BuyButton.js initializes it places a
<style>
element after my stylesheets, making it harder to override. I’d rather get rid of the tag entirely.Contents of the
<style>
tag in question:The text was updated successfully, but these errors were encountered: