You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If custom function has a return type, create a custom property registration with the name "return" (violating the usual rules for what a registration’s name can be), a syntax of the return type, an inherit flag of "false", and no initial value. Add the registration to registrations.
For each custom property registration of registrations, set its initial value to the corresponding value in argument styles, set its syntax to the universal syntax definition, and prepend a custom property to body rule with the property name and value in argument styles.
emphasis mine
This seems to erase any return type.
Should set its syntax to the universal syntax definition only apply to registrations that have corresponding argument styles, thus skipping return?
Or is set its syntax to the universal syntax definition intended to only be applied to those registrations that do not yet have any type?
The text was updated successfully, but these errors were encountered:
romainmenke
changed the title
[css-mixins-1] 3.1.11 seems to make it impossible to have a return type
[css-mixins-1] 3.1.11 seems to make it impossible to have a return type
Jun 1, 2025
Uh oh!
There was an error while loading. Please reload this page.
3.1.6
:3.1.11
:emphasis mine
This seems to erase any return type.
Should
set its syntax to the universal syntax definition
only apply to registrations that have corresponding argument styles, thus skippingreturn
?Or is
set its syntax to the universal syntax definition
intended to only be applied to those registrations that do not yet have any type?The text was updated successfully, but these errors were encountered: