Christian Lenz created NETBEANS-1312:
----------------------------------------

             Summary: No documentation for mixins
                 Key: NETBEANS-1312
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1312
             Project: NetBeans
          Issue Type: Improvement
          Components: web - CSS Preprocessors (SASS, LESS, ...)
    Affects Versions: Next
            Reporter: Christian Lenz


When I use a mixin:

{code}
@include test();
{code}

and test is defined like:

{code}
test($t, $b: green);
{code}

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to