Skip to content

Commit 9a2dc5a

Browse files
authored
Merge pull request #778 from nazmulch11/patch-7
positioning add
2 parents 0eae4ce + e24076a commit 9a2dc5a

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

data/tailwindcss.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"definition": "ব্রেকপয়েন্টস: sm",
2727
"code": "@media (min-width: 640px) { ... }"
2828
},
29+
{
30+
"definition": "এস্পেস্কট রেশিও",
31+
"code": "aspect-video"
32+
},
2933
{
3034
"definition": "ব্রেকপয়েন্টস: md",
3135
"code": "@media (min-width: 768px) { ... }"
@@ -97,6 +101,22 @@
97101
{
98102
"definition": "ডিসপ্লে ইনলাইন গ্রিড",
99103
"code": "inline-grid"
104+
},
105+
{
106+
"definition": "static পজিশনিং",
107+
"code": "static"
108+
},
109+
{
110+
"definition": "fixed পজিশনিং",
111+
"code": "fixed"
112+
},
113+
{
114+
"definition": "absolute পজিশনিং",
115+
"code": "absolute"
116+
},
117+
{
118+
"definition": "relative পজিশনিং",
119+
"code": "relative"
100120
}
101121
]
102122
},
@@ -289,4 +309,4 @@
289309
]
290310
}
291311
]
292-
}
312+
}

0 commit comments

Comments
 (0)