-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathcss-mixins.json
70 lines (70 loc) · 2.35 KB
/
css-mixins.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"spec": {
"title": "CSS Functions and Mixins Module",
"url": "https://drafts.csswg.org/css-mixins-1/"
},
"properties": [],
"atrules": [
{
"name": "@function",
"href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-function",
"descriptors": [
{
"name": "result",
"href": "https://drafts.csswg.org/css-mixins-1/#descdef-function-result",
"for": "@function",
"value": "<declaration-value>?",
"initial": "n/a (see prose)"
}
],
"value": "@function <function-name> <function-parameter-list>? ) [ using ( <function-dependency-list> ) ]? [ returns <css-type> ]? { <declaration-rule-list> }",
"values": [
{
"name": "type()",
"href": "https://drafts.csswg.org/css-mixins-1/#funcdef-function-type",
"type": "function",
"value": "type( <syntax> )"
}
]
}
],
"selectors": [],
"values": [
{
"name": "<function-parameter-list>",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-function-parameter-list",
"type": "type",
"value": "<function-parameter>#"
},
{
"name": "<function-dependency-list>",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-function-dependency-list",
"type": "type",
"value": "<function-parameter>#"
},
{
"name": "<function-parameter>",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-function-parameter",
"type": "type",
"value": "<custom-property-name> <css-type>? [ : <declaration-value> ]?"
},
{
"name": "<css-type>",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-css-type",
"type": "type",
"value": "<syntax-component> | <type()>"
},
{
"name": "<function-name>",
"prose": "The <function-name> production is a <function-token>, with the additional restriction that it must start with two dashes (U+002D HYPHEN-MINUS).",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-function-name",
"type": "type"
},
{
"name": "<dashed-function>",
"prose": "A <dashed-function> is a functional notation whose function name starts with two dashes (U+002D HYPHEN-MINUS). Its syntax is:",
"href": "https://drafts.csswg.org/css-mixins-1/#typedef-dashed-function",
"type": "type"
}
]
}