Commit b888cab
[12.x] Updating the Pulse Card TailwindCSS v3 configuration to TailwindCSS v4 (#10926)
* Updating the Pulse Card TailwindCSS v3 configuration to TailwindCSS v4
Instead of `@tailwind`, a single `@import` is used.
But because of the previous "important strategy" (v3), a long import was required (with CSS selector - v4).
The "important strategy" has been removed; only an appropriate CSS selector is needed.
`@source` requires a fallback value (to ensure that the card view is included in the automatic source detection).
* Added dark mode with `@custom-variant`
instead of `darkMode: 'class'`
* Disable preflight (`preflight: false`)
* Update pulse.md
Co-authored-by: Jess Archer <jess@jessarcher.com>
* Update pulse.md
Co-authored-by: Jess Archer <jess@jessarcher.com>
* Update pulse.md
Co-authored-by: Jess Archer <jess@jessarcher.com>
* remove layers; disable automatic source detection
Reference:
* #10926 (comment)
* formatting
---------
Co-authored-by: Jess Archer <jess@jessarcher.com>
Co-authored-by: Taylor Otwell <taylor@laravel.com>1 parent 396891b commit b888cab
1 file changed
+13
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
| 653 | + | |
654 | 654 | | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
| 655 | + | |
| 656 | + | |
667 | 657 | | |
668 | | - | |
| 658 | + | |
| 659 | + | |
669 | 660 | | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
675 | 668 | | |
676 | 669 | | |
677 | | - | |
| 670 | + | |
678 | 671 | | |
679 | 672 | | |
680 | 673 | | |
| |||
0 commit comments