Artur Stępień created NETBEANS-1456:
---------------------------------------
Summary: Unsupported calc() function in CSS stylesheets
Key: NETBEANS-1456
URL: https://issues.apache.org/jira/browse/NETBEANS-1456
Project: NetBeans
Issue Type: Bug
Components: web - CSS Editor
Affects Versions: 9.0
Environment: Windows 10
Reporter: Artur Stępień
The following code in CSS Editor shows as a warning:
{code:java}
.modal-dialog-centered {
min-height: calc(100% - (0.5rem * 2));
}
{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