Skip to content

Commit 069a2b0

Browse files
committed
added the syntax for alpha() function
1 parent ec7eff4 commit 069a2b0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css/functions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
"status": "standard",
1616
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/acos"
1717
},
18+
"alpha()": {
19+
"syntax": "alpha( [from <color>] / [<alpha-value>] )",
20+
"groups": [
21+
"CSS Color"
22+
],
23+
"status": "standard",
24+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/alpha"
25+
},
1826
"anchor()": {
1927
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
2028
"groups": [

0 commit comments

Comments
 (0)