Skip to content

Commit fb35521

Browse files
authored
[Docs Site] Narrow Tailwind content glob for dev startup performance (#18618)
1 parent fc1df22 commit fb35521

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@cloudflare/vitest-pool-workers": "^0.5.32",
3939
"@cloudflare/workers-types": "^4.20241112.0",
4040
"@codingheads/sticky-header": "^1.0.2",
41-
"@iconify-json/material-symbols": "^1.2.8",
4241
"@iarna/toml": "^2.2.5",
42+
"@iconify-json/material-symbols": "^1.2.8",
4343
"@stoplight/json-schema-tree": "^4.0.0",
4444
"@types/dompurify": "^3.2.0",
4545
"@types/hast": "^3.0.4",
@@ -50,7 +50,7 @@
5050
"algoliasearch": "^5.15.0",
5151
"astro": "^4.16.12",
5252
"astro-breadcrumbs": "^3.2.2",
53-
"astro-icon": "^1.1.4",
53+
"astro-icon": "^1.1.2",
5454
"astro-live-code": "^0.0.4",
5555
"date-fns": "^4.1.0",
5656
"detype": "1.0.12",

tailwind.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const gray = {
1414

1515
/** @type {import('tailwindcss').Config} */
1616
export default {
17-
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
17+
content: ["./src/**/*.{astro,html,js,jsx,ts,tsx}"],
1818
theme: {
1919
extend: {
2020
colors: {

0 commit comments

Comments
 (0)