[ 
https://issues.apache.org/jira/browse/NETBEANS-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pete Whelpton resolved NETBEANS-2663.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 11.1

> 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
>             Fix For: 11.1
>
>
> {{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: [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