Skip to content

Commit cb79166

Browse files
New css @function feature (#2791)
* New css @function feature * Run prettier * Update features/function.yml Co-authored-by: James Stuckey Weber <[email protected]> --------- Co-authored-by: James Stuckey Weber <[email protected]>
1 parent 5bb5e7d commit cb79166

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

features/function.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: "@function"
2+
description: "The `@function` CSS at-rule defines a custom function that takes CSS values or custom properties as arguments, and returns a CSS value. It can be based on conditional logic such as by using the `@media` at-rule."
3+
spec: https://drafts.csswg.org/css-mixins-1/#function-rule
4+
group: css
5+
# No compat keys yet, this feature is planned to ship with Chromium 139

features/function.yml.dist

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: function.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)