Skip to content
Merged
Changes from 1 commit
Commits
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
Next Next commit
Replace --container-prose with --max-width-prose
We don’t want utilities like basis-prose, w-prose, etc existing. It really only exists as a backwards compat thing so we’re moving the theme key to `--max-width`
  • Loading branch information
thecrypticace committed Dec 18, 2024
commit 7c745099afff6a8a61f2f31cc556aa0f5d063d02
2 changes: 1 addition & 1 deletion packages/tailwindcss/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@
--container-5xl: 64rem;
--container-6xl: 72rem;
--container-7xl: 80rem;
--container-prose: 65ch;

--text-xs: 0.75rem;
--text-xs--line-height: calc(1 / 0.75);
Expand Down Expand Up @@ -448,4 +447,5 @@
--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
--drop-shadow: 0 1px 2px rgb(0 0 0 / 0.1), 0 1px 1px rgb(0 0 0 / 0.06);
--radius: 0.25rem;
--max-width-prose: 65ch;
}