Skip to content

Commit 5be4271

Browse files
authored
Merge pull request #114 from sapcc/update_juno
update juno and tailwind
2 parents 8c5cccd + 932d7cf commit 5be4271

File tree

9 files changed

+841
-1432
lines changed

9 files changed

+841
-1432
lines changed

.changeset/sad-seals-boil.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sapcc/limes-ui": minor
3+
---
4+
5+
update juno to v5, tailwind to v4

esbuild.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const build = async () => {
143143

144144
// postcss plugins
145145
const plugins = [
146-
require("tailwindcss"),
146+
require("@tailwindcss/postcss"),
147147
require("autoprefixer"),
148148
// rewrite urls inside css
149149
url({

0 commit comments

Comments
 (0)