Skip to content

Commit d52ebb2

Browse files
authored
Merge pull request #28 from lucky-media/v3.0
🚀 v3.0 - Tailwind v4 support
2 parents 7c14a83 + 3c8d3ac commit d52ebb2

File tree

58 files changed

+292
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+292
-296
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# Changelog
33

4+
## v3.0 (2025-04-30)
5+
This release updates to use Tailwind v4 and also updates to some styling breaking changes.
6+
7+
### What's improved
8+
- Updated to Tailwind v4
9+
- Updated Dependencies
10+
411
## v2.1 2022-01-23
512
This release updates the frontend packages and ensures compatibility with the new Statamic Parser.
613

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"private": true,
3+
"type": "module",
34
"scripts": {
45
"dev": "vite",
56
"build": "vite build"
67
},
78
"devDependencies": {
89
"@fontsource/mulish": "^4.5.14",
9-
"@tailwindcss/forms": "^0.5.7",
10-
"@tailwindcss/typography": "^0.5.10",
11-
"autoprefixer": "^10.4.17",
10+
"@tailwindcss/forms": "^0.5.10",
11+
"@tailwindcss/typography": "^0.5.16",
1212
"cross-env": "^7.0.3",
13-
"laravel-vite-plugin": "^0.7.8",
14-
"postcss": "^8.4.33",
15-
"tailwindcss": "^3.4.1",
16-
"tailwindcss-debug-screens": "^2.2.1",
17-
"vite": "^4.0.4"
13+
"laravel-vite-plugin": "^1.2.0",
14+
"tailwindcss": "^4.1.3",
15+
"tailwindcss-debug-screens": "^3.0.1",
16+
"vite": "^6.2.5"
1817
},
1918
"dependencies": {
2019
"@alpinejs/collapse": "^3.13.5",
20+
"@tailwindcss/vite": "^4.1.3",
2121
"alpinejs": "^3.13.5"
2222
}
23-
}
23+
}

postcss.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.
43.8 KB
Binary file not shown.
44.1 KB
Binary file not shown.
43.9 KB
Binary file not shown.
6.05 KB
Binary file not shown.
6.2 KB
Binary file not shown.
6.07 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)