diff --git a/features/function.yml b/features/function.yml new file mode 100644 index 00000000000..44502217bd4 --- /dev/null +++ b/features/function.yml @@ -0,0 +1,5 @@ +name: "@function" +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." +spec: https://drafts.csswg.org/css-mixins-1/#function-rule +group: css +# No compat keys yet, this feature is planned to ship with Chromium 139 diff --git a/features/function.yml.dist b/features/function.yml.dist new file mode 100644 index 00000000000..c09639bbe4f --- /dev/null +++ b/features/function.yml.dist @@ -0,0 +1,6 @@ +# Generated from: function.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: {}