Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Next
-
None
-
None
Description
When I use a mixin:
@include test();
and test is defined like:
test($t, $b: green);
First I don't get an error, that I have to set $t parameter because this parameter is not optional and second, when I hover over the mixin or use the code completion, I don't have any documentation to see which parameters are required and which are optional. This is very needed, because of my compass grunt task brakes with the message that there is a value for $t missing.
Regards
Chris