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
It would be great if you could apply the data embed attribute to the <link> tag in order to inject the external css file into a <style> tag.
For example
<link href="myMediaQueries.css" data embed>
Would result in
<style>
/* contents of myMediaQueries.css */
</style>
The text was updated successfully, but these errors were encountered:
It would be great if you could apply the
data embed
attribute to the<link>
tag in order to inject the external css file into a<style>
tag.For example
Would result in
The text was updated successfully, but these errors were encountered: