chore: upgrade Tailwind CSS from v4.0.8 to v4.1.8
- Updated Tailwind to the latest patch version for improved stability and features - No breaking changes detected in the current setup - You can review the full changelog here: https://github.com/tailwindlabs/tailwindcss/releases
This commit is contained in:
@@ -32,7 +32,7 @@ import Heading from "../components/ui/Heading.astro";
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="bg-gradient-to-t dark:from-[#0e0e10] from-[#fff] from-50% to-transparent to-100% scroll-m-16"
|
||||
class="bg-linear-to-t dark:from-[#0e0e10] from-white from-50% to-transparent to-100% scroll-m-16"
|
||||
id="projects"
|
||||
>
|
||||
<div class="flex flex-col gap-8 max-w-7xl mx-auto">
|
||||
@@ -45,15 +45,15 @@ import Heading from "../components/ui/Heading.astro";
|
||||
class="z-2 text-center mx-auto text-lg max-xl:text-base max-w-2xl dark:text-gray-200 text-blacktext my-6 leading-6 font-medium"
|
||||
>
|
||||
I love <b
|
||||
class=" bg-gradient-to-r from-riptide-500 to-mint-500 dark:from-riptide-300 dark:to-mint-200 text-transparent bg-clip-text"
|
||||
class=" bg-linear-to-r from-riptide-500 to-mint-500 dark:from-riptide-300 dark:to-mint-200 text-transparent bg-clip-text"
|
||||
>turning ideas into real projects.</b
|
||||
>
|
||||
<br /> Here I show you some of the <b
|
||||
class="d bg-gradient-to-r from-riptide-500 to-mint-500 dark:from-riptide-300 dark:to-mint-200 text-transparent bg-clip-text"
|
||||
class="d bg-linear-to-r from-riptide-500 to-mint-500 dark:from-riptide-300 dark:to-mint-200 text-transparent bg-clip-text"
|
||||
>developments</b
|
||||
> I've worked on, applying technology, design, and lots of creativity.
|
||||
<b
|
||||
class=" bg-gradient-to-r from-riptide-500 to-mint-500 dark:from-riptide-300 dark:to-mint-200 text-transparent bg-clip-text"
|
||||
class=" bg-linear-to-r from-riptide-500 to-mint-500 dark:from-riptide-300 dark:to-mint-200 text-transparent bg-clip-text"
|
||||
>Check them out!</b
|
||||
>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user