Open
Description
If I have a function defined:
function leading(size) {
// ...
}
And I call it from css with:
body {
margin-left: leading();
}
It gets rendered as:
body {
margin-left: leading();
}
Is this intentional or a bug? I expected that the function should still be invoked with no arguments and render the output appropriately. Calling it with the right number of arguments does the right thing.
Metadata
Metadata
Assignees
Labels
No labels