Conversation
adapts `removeInlinedSelectors` functionality to work with the modern syntax output of tailwind css 4
switch to postcss-custom-properties, as postcss-css-variables is tripping on some tailwind selectors; this also removes the need for postcss-calc
was returning string, preventing subsequent transformers from working
use correct head.render() instead
modern mode: when disabled via the useOutlookFallback composable or the outlook-fallback prop, built-in components will not emit the mso comments and other Outlook-specific attributes
shows source code right away instead of showing an empty page flash
preserves scroll position when viewing source code and updating a template
Resolves `@import "@maizzle/tailwindcss"` via createRequire so users no longer need to install it; works across npm, yarn, and pnpm.
Wraps email body content; classes inside compile to a <style> in <head>. Optional #config slot for custom CSS. Nested instances flatten into the outermost block.
Add to the dev-server alias map so vite's optimizeDeps can find them when the user project doesn't hoist them to top-level node_modules.
Peer vue/tailwind-merge/shiki, emit .d.ts (not .d.mts).
Co-authored-by: Copilot <copilot@github.com>
ensure entities are not decoded in MSO comments, add mso-px prop for controlling horizontal padding for Outlook, add icon-alt prop for buttons with icons
SFC useEvent handlers now fire and don't leak between templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.