Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
dfc6659
Add email docs and stacks-email templates
abovedave Jun 1, 2026
97dad67
refactor(stacks-email): modernize email engine
abovedave Jun 2, 2026
b58f3d3
feat(stacks-docs): serve static email previews
abovedave Jun 2, 2026
8220ccc
docs(email): update email docs for static previews
abovedave Jun 2, 2026
ecb53cd
run format
abovedave Jun 2, 2026
3d07817
docs
abovedave Jun 2, 2026
ce82f95
fix(stacks-email): resolve json2mjml in dev SSR
abovedave Jun 2, 2026
df08b3c
readme
abovedave Jun 2, 2026
5a42996
fix CJS module import
abovedave Jun 2, 2026
3416529
move fonts to tokens
abovedave Jun 2, 2026
9eef0c0
nicer loading style for embed
abovedave Jun 2, 2026
a7dc768
simplify head injection
abovedave Jun 2, 2026
23b55f1
fix linting errors
abovedave Jun 2, 2026
7bd9258
refactor to avoid the round trips with string vs json object mjml
abovedave Jun 2, 2026
8289b65
remove duplicate code between email and component variants
abovedave Jun 2, 2026
a939f0e
remove duplicated markdown render
abovedave Jun 2, 2026
aa0d3a3
tidy
abovedave Jun 2, 2026
df9ea6c
add strip graphic variant
abovedave Jun 2, 2026
133f545
remove divider placeholder
abovedave Jun 2, 2026
4565a76
no need for explicity default
abovedave Jun 2, 2026
9a435bc
add card
abovedave Jun 2, 2026
1d0ff88
text node adjust
abovedave Jun 2, 2026
e8f41b8
link card with arrow variant
abovedave Jun 3, 2026
4cf2c1a
callout component
abovedave Jun 3, 2026
0ac4249
callout and subtitle
abovedave Jun 3, 2026
75bbc49
fix color name
abovedave Jun 3, 2026
2335fa0
remove unused
abovedave Jun 3, 2026
09d4fdf
newsletter
abovedave Jun 4, 2026
eb23303
add promo style
abovedave Jun 4, 2026
a6794dd
tweaks to inbox preview
abovedave Jun 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.vscode/
dist/
**/.svelte-kit
.svelte-kit/
# TODO: prettier breaks less files containing namespaced mixins with whitespaces
# BEFORE PRETTIER: #stacks-internals #responsify('.w25', { width: 25% !important; });
# AFTER PRETTIER: #stacks-internals #responsify('.w25', { width: 25% !important; });;
Expand Down
Loading
Loading