-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathcss-mixins.json
52 lines (52 loc) · 1.61 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
{
"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-token> <function-parameter>#? ) [ 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>",
"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": "<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"
}
]
}