[ 
https://issues.apache.org/jira/browse/NETBEANS-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870204#comment-16870204
 ] 

Pete Whelpton commented on NETBEANS-2663:
-----------------------------------------

CSS variable support was added by [https://github.com/apache/netbeans/pull/1172]

 

Should be available in NB11.1 very soon - or you can try a nightly build if you 
need this urgently...

> CSS3 parsing CSS with var() functionality
> -----------------------------------------
>
>                 Key: NETBEANS-2663
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2663
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: web - CSS Editor
>    Affects Versions: 11.0
>         Environment: Windows 10, JDK 8, NetBeans 11.0
>            Reporter: Vlad Palnik
>            Priority: Minor
>              Labels: features
>
> {{css file with the following code shows parse errors}}
>  
>  
> {code:java}
> :root {
> --first-color: #488cff;
> --second-color: #ffff8c;
> }
> #firstParagraph {
> background-color: var(--first-color);
> color: var(--second-color);
> }
> {code}
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to