GrapesJS TailwindCSS v4 Plugin #6434
fasenderos
started this conversation in
Show and tell
Replies: 1 comment
-
That's awesome @fasenderos 💜 My only suggestion would be around your editor.on('canvas:frame:load:body', ({ window }) => {
// ...
// window of the iframe
window.document.head.appendChild(...)
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’m happy to share a plugin I’ve created to integrate TailwindCSS v4 into GrapesJS! This plugin dynamically builds the Tailwind CSS on-the-fly and makes it available in the export.
Link: https://github.com/fasenderos/grapesjs-tailwindcss-plugin
Demo: https://codesandbox.io/p/sandbox/grapesjs-tailwindcss-4-plugin-demo-d24p68
Any feedback is greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions