Skip to content

Commit eab1409

Browse files
committed
feat: add optional dependencies for Tailwind CSS and Lightning CSS for Linux
1 parent 6276f86 commit eab1409

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@
6868
"trustedDependencies": [
6969
"sharp",
7070
"unrs-resolver"
71-
]
71+
],
72+
"optionalDependencies": {
73+
"@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
74+
"lightningcss-linux-x64-gnu": "1.30.2"
75+
}
7276
}

0 commit comments

Comments
 (0)