Skip to content

Commit

Permalink
Tailwind v4 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Feb 25, 2025
1 parent 6f82eb3 commit 948c368
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion resources/css/plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,18 @@
@config "../../tailwind.config.js";

@theme {
--*: initial;
--color-*: initial;

/**
* These are needed to include custom styles in the sheet
* We'll attempt to pull in the current variable value to
* avoid overriding them for the project we're in.
*/
--spacing: var(--spacing, 0.25rem);
--container-xl: var(--container-xl, 36rem);
--text-base: var(--text-base, 1rem);
--text-base--line-height: var(--text-base--line-height, calc(1.5 / 1));
--font-weight-semibold: var(--font-weight-semibold, 600);
--tracking-tight: var(--tracking-tight, -0.025em);
--radius-md: var(--radius-md, 0.375rem);
}
2 changes: 1 addition & 1 deletion resources/dist/plugin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 948c368

Please sign in to comment.