Upgrade to Tailwind CSS v4.0 (#6523)

* Upgrade to Tailwind CSS v4.0

* Upgrade to Tailwind CSS 4

* Upgrade to Tailwind CSS 4

* Upgrade to Tailwind CSS 4

* Upgrade to Tailwind CSS 4

* Upgrade to Tailwind CSS v4.0

* remove compatible styles

Co-authored-by: Julius Kiekbusch <[email protected]>

* wip

---------

Co-authored-by: Julius Kiekbusch <[email protected]>
This commit is contained in:
Ngô Quốc Đạt
2025-01-31 18:34:00 +01:00
committed by GitHub
co-authored by Julius Kiekbusch
parent 60269b2705
commit c6dcaf788c
6 changed files with 30 additions and 46 deletions
+12 -3
View File
@@ -1,3 +1,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'tailwindcss';
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source "../**/*.blade.php";
@source "../**/*.js";
@source "../**/*.vue";
@theme {
--font-sans: Figtree, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
}