forked from devsonket/devsonket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemmet.json
More file actions
33 lines (33 loc) · 835 Bytes
/
Copy pathemmet.json
File metadata and controls
33 lines (33 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"id": "emmet-shortcuts",
"title": "এমেট চিটশিট",
"slug": "emmet-shortcuts",
"description": "এমেট শর্টকাটগুলি",
"colorPref": "#a62830",
"contents": [
{
"title": "চাইল্ড: > ",
"items": [
{
"code": "nav>ul>li"
}
]
},
{
"title": "সিবিলিংস: +",
"items": [
{
"code": "section>p+p+p"
}
]
},
{
"title": "একধাপ উপরে যাওয়া: ^",
"items": [
{
"code": "section>header>h1^footer"
}
]
}
]
}