Skip to content

Commit 5dde1f7

Browse files
committed
feat: migrate all classes from tailwind v3 to v4
1 parent 79ce69d commit 5dde1f7

File tree

65 files changed

+242
-275
lines changed

Some content is hidden

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

65 files changed

+242
-275
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,23 @@ APP_FALLBACK_LOCALE=fr
1010
APP_PORT=8080
1111
APP_SERVICE=laravelcm
1212

13+
BCRYPT_ROUNDS=12
14+
1315
LOG_CHANNEL=stack
1416
LOG_STACK=single,nightwatch
1517
LOG_LEVEL=debug
18+
LOG_SOCKET_URL=buggregator:9913
1619

20+
# Ray Configuration
1721
RAY_HOST=ray@buggregator
1822
RAY_PORT=8000
23+
# Sentry
1924
SENTRY_LARAVEL_DSN=http://sentry@buggregator:8000/1
2025
SENTRY_TRACES_SAMPLE_RATE=1.0
26+
#Var Dumper
2127
VAR_DUMPER_FORMAT=server
2228
VAR_DUMPER_SERVER=tcp://buggregator:9912
29+
# Inspector
2330
INSPECTOR_URL=http://inspector@buggregator:8000
2431
INSPECTOR_API_KEY=test
2532
INSPECTOR_INGESTION_KEY=1test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ composer.phar
1515
/public/build
1616
/public/hot
1717
/public/storage
18+
/public/fonts
1819
/public/media
1920
/public/css
2021
/public/js

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"@alpinejs/intersect": "^3.6.1",
1212
"@awcodes/alpine-floating-ui": "^3.5.0",
1313
"@ryangjchandler/alpine-tooltip": "^2.0.1",
14-
"@tailwindcss/aspect-ratio": "^0.4.2",
15-
"@tailwindcss/forms": "^0.5.7",
14+
"@tailwindcss/forms": "^0.5.10",
15+
"@tailwindcss/typography": "^0.5.18",
1616
"@tailwindcss/vite": "^4.1.13",
17+
"@tailwindcss/postcss": "^4.1.13",
1718
"@tailwindplus/elements": "^1.0.13",
18-
"@tailwindcss/typography": "^0.5.10",
1919
"alpinejs": "^3.12.0",
2020
"autoprefixer": "^10.4.16",
2121
"highlight.js": "^11.7.0",

postcss.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export default {
22
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
3+
'@tailwindcss/postcss': {},
54
},
65
}

public/fonts/filament/filament/inter/index.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)