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
I would like to be able to pass options to style-inject that allows me to place meta tags on the <style> tags injected into the head.
For example, I could use the CSS Module name like: <style data-meta="MyModule" />.
This would allow me to add context to the style, and additionally target this specific <style> tag for updates during development (with things such as hot-reloading).
The text was updated successfully, but these errors were encountered:
I would like to be able to pass options to
style-inject
that allows me to place meta tags on the<style>
tags injected into the head.For example, I could use the CSS Module name like:
<style data-meta="MyModule" />
.This would allow me to add context to the style, and additionally target this specific
<style>
tag for updates during development (with things such as hot-reloading).The text was updated successfully, but these errors were encountered: