Skip to content

Commit 3096fed

Browse files
chore(deps): update tailwind packages to v4.0.5 (#3628)
* chore(deps): update tailwind packages to v4.0.5 * Add css files to source usage scanning --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hugo van Rijswijk <git@hugovr.nl>
1 parent be3fc5a commit 3096fed

File tree

3 files changed

+67
-68
lines changed

3 files changed

+67
-68
lines changed

package-lock.json

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@lit-labs/observers": "2.0.4",
5050
"@playwright/test": "1.50.1",
5151
"@tailwindcss/forms": "0.5.10",
52-
"@tailwindcss/vite": "4.0.4",
52+
"@tailwindcss/vite": "4.0.5",
5353
"@types/prismjs": "1.26.5",
5454
"@vitest/browser": "3.0.5",
5555
"browserslist-to-esbuild": "2.1.1",
@@ -65,7 +65,7 @@
6565
"prism-svelte": "0.5.0",
6666
"prismjs": "1.29.0",
6767
"rxjs": "7.8.1",
68-
"tailwindcss": "4.0.4",
68+
"tailwindcss": "4.0.5",
6969
"vite": "6.1.0",
7070
"vitest": "3.0.5"
7171
}

packages/elements/src/style/tailwind.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
55
@import 'tailwindcss';
66
@plugin "@tailwindcss/forms";
77

8+
/* Include these css files for class (and css variable) usage scanning */
9+
@source "../components/**/*.css";
10+
811
@theme {
912
--breakpoint-3xl: 2000px;
1013

1114
--transition-property-max-width: max-width;
1215
--transition-property-height: height;
1316
--transition-property-width: width;
1417
--transition-property-stroke-opacity: stroke-opacity;
15-
16-
/* Remove some unused colours */
17-
--color-stone-*: initial;
18-
--color-slate-*: initial;
1918
}
2019

2120
@theme inline {

0 commit comments

Comments
 (0)