Skip to content

Commit 3663ea8

Browse files
Merge pull request #17 from TailGrids/2.3
2.3
2 parents 31227f2 + 19905a5 commit 3663ea8

Some content is hidden

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

59 files changed

+8299
-12548
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,10 @@ Ensure you've installed [Node.js](https://nodejs.org) and [Tailwind CSS](https:/
3030
```bash
3131
npm i tailgrids
3232
```
33-
**2. Add the TailGrids plugin to your `tailwind.config.js` file:**
33+
**2. Add the TailGrids plugin to your `css` file:**
3434

35-
```javascript
36-
module.exports = {
37-
// Your existing Tailwind CSS configuration goes here
38-
39-
plugins: [require("tailgrids/plugin")],
40-
};
35+
```css
36+
@plugin 'tailgrids/plugin'
4137
```
4238
**3. [Browse the components](https://tailgrids.com/components) and simply copy and paste the ones you like into your projects.**
4339

@@ -61,6 +57,12 @@ and sharing with friends. If you like the the library consider purchasing the [P
6157

6258
## Changelog
6359

60+
### Version 2.2.1
61+
(Mar, 2025)
62+
63+
- Updated to Tailwind CSS v4
64+
65+
6466
### Version 2.2.1
6567
(Aug, 2024)
6668

application/404/404-01.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@
4747
class="absolute left-0 top-0 -z-10 flex h-full w-full items-center justify-between space-x-5 md:space-x-8 lg:space-x-14"
4848
>
4949
<div
50-
class="h-full w-1/3 bg-gradient-to-t from-[#FFFFFF14] to-[#C4C4C400]"
50+
class="h-full w-1/3 bg-linear-to-t from-[#FFFFFF14] to-[#C4C4C400]"
5151
></div>
5252
<div class="flex h-full w-1/3">
5353
<div
54-
class="h-full w-1/2 bg-gradient-to-b from-[#FFFFFF14] to-[#C4C4C400]"
54+
class="h-full w-1/2 bg-linear-to-b from-[#FFFFFF14] to-[#C4C4C400]"
5555
></div>
5656
<div
57-
class="h-full w-1/2 bg-gradient-to-t from-[#FFFFFF14] to-[#C4C4C400]"
57+
class="h-full w-1/2 bg-linear-to-t from-[#FFFFFF14] to-[#C4C4C400]"
5858
></div>
5959
</div>
6060
<div
61-
class="h-full w-1/3 bg-gradient-to-b from-[#FFFFFF14] to-[#C4C4C400]"
61+
class="h-full w-1/3 bg-linear-to-b from-[#FFFFFF14] to-[#C4C4C400]"
6262
></div>
6363
</div>
6464
</section>

application/blogs/blog-01.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="-mx-4 flex flex-wrap">
3939
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
4040
<div class="mb-10 w-full">
41-
<div class="mb-8 overflow-hidden rounded">
41+
<div class="mb-8 overflow-hidden rounded-sm">
4242
<img
4343
src="../images/blogs/blog-01/image-01.jpg"
4444
alt="image"
@@ -47,7 +47,7 @@
4747
</div>
4848
<div>
4949
<span
50-
class="mb-5 inline-block rounded bg-primary px-4 py-1 text-center text-xs font-semibold leading-loose text-white"
50+
class="mb-5 inline-block rounded-sm bg-primary px-4 py-1 text-center text-xs font-semibold leading-loose text-white"
5151
>
5252
Dec 22, 2023
5353
</span>
@@ -68,7 +68,7 @@ <h3>
6868
</div>
6969
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
7070
<div class="mb-10 w-full">
71-
<div class="mb-8 overflow-hidden rounded">
71+
<div class="mb-8 overflow-hidden rounded-sm">
7272
<img
7373
src="../images/blogs/blog-01/image-02.jpg"
7474
alt="image"
@@ -77,7 +77,7 @@ <h3>
7777
</div>
7878
<div>
7979
<span
80-
class="mb-5 inline-block rounded bg-primary px-4 py-1 text-center text-xs font-semibold leading-loose text-white"
80+
class="mb-5 inline-block rounded-sm bg-primary px-4 py-1 text-center text-xs font-semibold leading-loose text-white"
8181
>
8282
Mar 15, 2023
8383
</span>
@@ -98,7 +98,7 @@ <h3>
9898
</div>
9999
<div class="w-full px-4 md:w-1/2 lg:w-1/3">
100100
<div class="mb-10 w-full">
101-
<div class="mb-8 overflow-hidden rounded">
101+
<div class="mb-8 overflow-hidden rounded-sm">
102102
<img
103103
src="../images/blogs/blog-01/image-03.jpg"
104104
alt="image"
@@ -107,7 +107,7 @@ <h3>
107107
</div>
108108
<div>
109109
<span
110-
class="mb-5 inline-block rounded bg-primary px-4 py-1 text-center text-xs font-semibold leading-loose text-white"
110+
class="mb-5 inline-block rounded-sm bg-primary px-4 py-1 text-center text-xs font-semibold leading-loose text-white"
111111
>
112112
Jan 05, 2023
113113
</span>

application/contacts/contact-01.html

Lines changed: 303 additions & 978 deletions
Large diffs are not rendered by default.

application/modals/modal-01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Your Message Sent Successfully
4242
</h3>
4343
<span
44-
class="mx-auto mb-6 inline-block h-1 w-[90px] rounded bg-primary"
44+
class="mx-auto mb-6 inline-block h-1 w-[90px] rounded-sm bg-primary"
4545
></span>
4646
<p
4747
class="mb-10 text-base leading-relaxed text-body-color dark:text-dark-6"

0 commit comments

Comments
 (0)