-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use tailwind css CDN #111
Comments
CDN version for tailwindcss can't be added to styles because it should be call as script as shown in official documentation of tailwindcss. How to generate I install tailwindcss as documented in their official website and I use Vite framework.
I call it like
I am using it in vue3 and my folder structure is like |
Facing the same issue. |
Can you please explain further how to use tailwind css CDN to print with styles in Nuxt. |
I am using tailwind in NUXT,
name: '_blank',
specs: [
'fullscreen=yes',
'titlebar=yes',
'scrollbars=yes'
],
styles: [
'https://cdn.tailwindcss.com',
],
timeout: 1000, // default timeout before the print window appears
autoClose: true, // if false, the window will not close after printing
}
not working
The text was updated successfully, but these errors were encountered: