You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Los Vitaly (JIRA)" <ji...@apache.org> on 2018/11/15 12:25:00 UTC

[jira] [Created] (NETBEANS-1693) Errors in CSS variables

Los Vitaly created NETBEANS-1693:
------------------------------------

             Summary: Errors in CSS variables
                 Key: NETBEANS-1693
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1693
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 10.0
            Reporter: Los Vitaly
         Attachments: netbeans_var.png

 

NB 10 don't understand CSS variables like 

 
{code:java}
element { 
    --main-bg-color: brown;
}

element { 
    background-color: var(--main-bg-color);
}
{code}
{{ }}



--
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