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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Hi, I'm trying the library with NextJs but, along other libraries that I've tried so far, the css it's actually generated on a style tag on the head of the HTML, even when they say that the css will be inlined.
I actually need the code to be inline because I need to make mail templates.
Am I using it wrong? Is there any way to get the code from a css file and adding it inline in the tags?
The text was updated successfully, but these errors were encountered:
That's what inlining is, taking the CSS from the external stylesheet and add it into the HTML doc (usually to avoid FOUC).
It sounds like you're asking about converting the CSS stylesheet into the styleattribute on every element? Yes, that's not what this is for nor does it really help facilitate that (at least, not in a meaningful way, though it could potentially be used as an intermediary I suppose)
Closing this issue because ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. This repo is archived and won't receive any future updates.
Hi, I'm trying the library with NextJs but, along other libraries that I've tried so far, the css it's actually generated on a style tag on the head of the HTML, even when they say that the css will be inlined.
I actually need the code to be inline because I need to make mail templates.
Am I using it wrong? Is there any way to get the code from a css file and adding it inline in the tags?
The text was updated successfully, but these errors were encountered: