Skip to content

Commit a244b19

Browse files
committed
fix: update Tailwind CSS import and change nx dependency to allow minor version updates
1 parent f6cf094 commit a244b19

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

services/frontend/libs/shared/global.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
@import "tailwindcss";
2-
@plugin "daisyui";
3-
@plugin "@tailwindcss/typography";
4-
@source "../../apps/**/src/**/*.{vue,js,ts}";
5-
@source "../../apps/**/index.html";
6-
@source "../../libs/**/*.{vue,js,ts}";
1+
/* # Assumptions: No other stylesheet depends on the old Tailwind directives because they now live in ui-styles/src/tailwind.css. */
2+
@import "../ui-styles/src/tailwind.css";
73

84
html,
95
body,

services/frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jiti": "^2.0.0",
6565
"jsdom": "^27.0.0",
6666
"marked": "^16.0.0",
67-
"nx": "21.6.4",
67+
"nx": "^21.6.4",
6868
"postcss": "^8.4.35",
6969
"tailwindcss": "^4.1.14",
7070
"typescript": "~5.9.0",

0 commit comments

Comments
 (0)