Skip to content

Commit 877cf43

Browse files
authored
grid alignment added
1 parent fef9485 commit 877cf43

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

data/tailwindcss.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,15 @@
216216
"title": "গ্রিড অ্যালাইনমেন্ট",
217217
"items": [{
218218
"definition": "গ্যাপ",
219-
"code": "gap-{size}", "gap-x-{size}", "gap-y-{size}"
220-
219+
"code": "gap-{size}"
220+
},
221+
{
222+
"definition": "গ্যাপ-x",
223+
"code": "gap-x-{size}"
224+
},
225+
{
226+
"definition": "গ্যাপ-y",
227+
"code": "gap-y-{size}"
221228
},
222229
{
223230
"definition": "জাস্টিফাই আইটেমস (value = start/end/center/stretch)",

0 commit comments

Comments
 (0)