Commit Graph
7 Commits
Author SHA1 Message Date
Ahmed Alaa 4d6a75b0ea [12.x] Remove Unnecessarily @source (#6584)
I think that the `@source` for `.vue` is not important because if we need to use Vue we will use the Vue starter kit
2025-03-17 15:14:58 -05:00
Ahmed Alaa 7d1dcad771 Improves clarity in app.css file (#6569) 2025-03-07 09:13:31 -06:00
StyleCI Bot fd51890716 Apply fixes from StyleCI 2025-02-23 22:49:41 +00:00
Taylor Otwell 1b8506b0a0 update fonts 2025-02-23 16:49:25 -06:00
Ngô Quốc ĐạtandJulius Kiekbusch c6dcaf788c 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]>
2025-01-31 18:34:00 +01:00
Taylor Otwell b378ce946a Add Tailwind, "composer run dev" (#6463)
This PR does two things...

First, it adds a basic Tailwind configuration out of the box. This lets you start using Tailwind immediately without installing any starter kit. Useful if you just want to mess around or build things from scratch.

Second, it adds a composer run dev script, which starts php artisan serve, php artisan queue:listen --tries=1, php artisan pail (now a dev dependency by default), and npm run dev all in one command, with color coded output in the terminal using concurrently.
2024-10-10 14:21:56 -05:00
Taylor Otwell 641d104610 add css file 2020-06-19 15:40:52 -05:00