-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.json
More file actions
executable file
·24 lines (24 loc) · 782 Bytes
/
css.json
File metadata and controls
executable file
·24 lines (24 loc) · 782 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
{
"$schema": "https://unpkg.com/vscode-css-languageservice/docs/customData.schema.json",
"version": 1.1,
"atDirectives": [
{
"name": "@--attach",
"description": "Custom attach directive to create symbolic class dependancy.",
"status": "experimental"
},
{
"name": "@--apply",
"description": "Custom attach directive to create symbolic class dependancy.",
"status": "experimental"
},
{
"name": "@--assign",
"description": "Additional Symlinks which should be applied with same style.",
"status": "experimental"
}
],
"properties": [],
"pseudoClasses": [],
"pseudoElements": []
}