You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2018/09/28 07:44:00 UTC

[jira] [Created] (NETBEANS-1312) No documentation for mixins

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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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