We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5273782 commit e24076aCopy full SHA for e24076a
1 file changed
data/tailwindcss.json
@@ -26,6 +26,10 @@
26
"definition": "ব্রেকপয়েন্টস: sm",
27
"code": "@media (min-width: 640px) { ... }"
28
},
29
+ {
30
+ "definition": "এস্পেস্কট রেশিও",
31
+ "code": "aspect-video"
32
+ },
33
{
34
"definition": "ব্রেকপয়েন্টস: md",
35
"code": "@media (min-width: 768px) { ... }"
@@ -97,6 +101,22 @@
97
101
98
102
"definition": "ডিসপ্লে ইনলাইন গ্রিড",
99
103
"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"
100
120
}
121
]
122
@@ -289,4 +309,4 @@
289
309
290
310
291
311
292
-}
312
+}
0 commit comments